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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/emotecontainer.h b/src/gui/emotecontainer.h
index 88df29fc..db0fd6dd 100644
--- a/src/gui/emotecontainer.h
+++ b/src/gui/emotecontainer.h
@@ -109,17 +109,17 @@ class EmoteContainer : public gcn::Widget,
/**
* Find the current emote index by the most recently used emote ID
*/
- void refindSelectedEmote(void);
+ void refindSelectedEmote();
/**
* Determine and set the height of the container.
*/
- void recalculateHeight(void);
+ void recalculateHeight();
/**
* Sends out selection events to the list of selection listeners.
*/
- void distributeValueChangedEvent(void);
+ void distributeValueChangedEvent();
std::vector<const AnimatedSprite*> mEmoteImg;
Image *mSelImg;