aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/graphics.h
diff options
context:
space:
mode:
authorMax Horn2008-06-18 21:02:52 +0000
committerMax Horn2008-06-18 21:02:52 +0000
commit07bcb5179ccad90d18a9e5a8f3c86d9d7ee3f910 (patch)
tree6137fa2fe7257dfd72be645e483c93b7e02fc652 /engines/m4/graphics.h
parent7bceafb3f2cff0f80b5b489d21e8bff90ddb5fbe (diff)
downloadscummvm-rg350-07bcb5179ccad90d18a9e5a8f3c86d9d7ee3f910.tar.gz
scummvm-rg350-07bcb5179ccad90d18a9e5a8f3c86d9d7ee3f910.tar.bz2
scummvm-rg350-07bcb5179ccad90d18a9e5a8f3c86d9d7ee3f910.zip
Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and in class String it is used for a bool property)
svn-id: r32733
Diffstat (limited to 'engines/m4/graphics.h')
-rw-r--r--engines/m4/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/graphics.h b/engines/m4/graphics.h
index 60e608c148..84fc77656f 100644
--- a/engines/m4/graphics.h
+++ b/engines/m4/graphics.h
@@ -128,7 +128,7 @@ public:
byte *getData();
byte *getBasePtr(int x, int y);
void freeData();
- void empty();
+ void clear();
void frameRect(const Common::Rect &r, uint8 color);
void fillRect(const Common::Rect &r, uint8 color);
void copyFrom(M4Surface *src, const Common::Rect &srcBounds, int destX, int destY,