diff options
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index ed69a8d2..aac6e3d7 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -30,16 +30,15 @@ class SpeechBubble : public Window { public: + SpeechBubble(); - SpeechBubble(); - - void setText(const std::string mText); - void setLocation(int x, int y); - unsigned int getNumRows(); + void setText(const std::string mText); + void setLocation(int x, int y); + unsigned int getNumRows(); private: - TextBox *mSpeechBox; - ScrollArea *mSpeechArea; + TextBox *mSpeechBox; + ScrollArea *mSpeechArea; }; -#endif +#endif // _LOM_SPEECHBUBBLE_H__ |