summaryrefslogtreecommitdiff
path: root/src/compoundsprite.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-05 23:41:50 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-05 23:41:50 +0300
commit98fff0b1a6fc9103759855e888b6be241fcb8510 (patch)
tree168edf43c65ba2fdaa2667424854009c2fc0b7dc /src/compoundsprite.h
parent126b1470842302537b0bc5e4527cf7fd540a9125 (diff)
downloadplus-98fff0b1a6fc9103759855e888b6be241fcb8510.tar.gz
plus-98fff0b1a6fc9103759855e888b6be241fcb8510.tar.bz2
plus-98fff0b1a6fc9103759855e888b6be241fcb8510.tar.xz
plus-98fff0b1a6fc9103759855e888b6be241fcb8510.zip
Add missing checks to being class.
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r--src/compoundsprite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h
index aa9b2d7b6..928c6b06f 100644
--- a/src/compoundsprite.h
+++ b/src/compoundsprite.h
@@ -107,10 +107,10 @@ public:
void ensureSize(size_t layerCount);
- virtual void drawSprites(Graphics* graphics,
+ virtual void drawSprites(Graphics *const graphics,
int posX, int posY) const;
- virtual void drawSpritesSDL(Graphics* graphics,
+ virtual void drawSpritesSDL(Graphics *const graphics,
int posX, int posY) const;
/**