From 8efbb2e9f075388f07fd1aa917265f2f1061980c Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 18 Sep 2010 01:20:41 -0300 Subject: [PATCH] Modify app/color.h header guard prefix from CORE_ to APP_. --- src/app/color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/color.h b/src/app/color.h index 347c6267e..4dfa0af1e 100644 --- a/src/app/color.h +++ b/src/app/color.h @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef CORE_COLOR_H_INCLUDED -#define CORE_COLOR_H_INCLUDED +#ifndef APP_COLOR_H_INCLUDED +#define APP_COLOR_H_INCLUDED #include