Modify app/color.h header guard prefix from CORE_ to APP_.

This commit is contained in:
David Capello 2010-09-18 01:20:41 -03:00
parent 97fadb8eb5
commit 8efbb2e9f0

View File

@ -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 <string>