summaryrefslogtreecommitdiff
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sprite.h b/src/sprite.h
index 3ec3fe00d..c31accdd4 100644
--- a/src/sprite.h
+++ b/src/sprite.h
@@ -108,10 +108,10 @@ class Sprite
*/
virtual unsigned int getFrameCount() const A_WARN_UNUSED = 0;
- virtual void *getHash() A_WARN_UNUSED
+ virtual const void *getHash() const A_WARN_UNUSED
{ return nullptr; }
- virtual void *getHash2() A_WARN_UNUSED
+ virtual const void *getHash2() const A_WARN_UNUSED
{ return this; }
virtual bool updateNumber(const unsigned num) = 0;