aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/picture.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-08 22:33:58 +0000
committerEugene Sandulenko2010-10-08 22:33:58 +0000
commit3aa0345ab3e609f84ba09461a5c89fca0fcc4107 (patch)
tree06a7b95a6c17b2184adf9a69defa9267e9fcc8a4 /engines/toon/picture.h
parentcf82bef02ee2941ddad6664e34f3c94e35e015a3 (diff)
downloadscummvm-rg350-3aa0345ab3e609f84ba09461a5c89fca0fcc4107.tar.gz
scummvm-rg350-3aa0345ab3e609f84ba09461a5c89fca0fcc4107.tar.bz2
scummvm-rg350-3aa0345ab3e609f84ba09461a5c89fca0fcc4107.zip
TOON: Fixed guard defines
svn-id: r53088
Diffstat (limited to 'engines/toon/picture.h')
-rw-r--r--engines/toon/picture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/picture.h b/engines/toon/picture.h
index b01981b917..ae67bf4e30 100644
--- a/engines/toon/picture.h
+++ b/engines/toon/picture.h
@@ -23,8 +23,8 @@
*
*/
-#ifndef PICTURE_H
-#define PICTURE_H
+#ifndef TOON_PICTURE_H
+#define TOON_PICTURE_H
#include "common/stream.h"
#include "common/array.h"