summaryrefslogtreecommitdiff
path: root/src/gui/emotecontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/emotecontainer.h')
-rw-r--r--src/gui/emotecontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/emotecontainer.h b/src/gui/emotecontainer.h
index 260f1754..7e88cb71 100644
--- a/src/gui/emotecontainer.h
+++ b/src/gui/emotecontainer.h
@@ -122,7 +122,7 @@ class EmoteContainer : public gcn::Widget,
*/
void distributeValueChangedEvent(void);
- std::vector<AnimatedSprite*> mEmoteImg;
+ std::vector<const AnimatedSprite*> mEmoteImg;
Image *mSelImg;
int mSelectedEmoteIndex;