diff options
Diffstat (limited to 'src/resources/emotedb.h')
-rw-r--r-- | src/resources/emotedb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index 691881c8..375887d2 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -55,7 +55,7 @@ namespace EmoteDB const AnimatedSprite *getAnimation(int id); - const int& getLast(); + const int &getLast(); typedef EmoteInfos::iterator EmoteInfosIterator; } |