diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-16 23:25:14 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-16 23:25:14 +0100 |
commit | d87d926d52721f6d8bd766025b8c1944a3366ca9 (patch) | |
tree | c78b594564374780d4b3ea0341f20539183f7438 /src/gui/speechbubble.h | |
parent | ff61662640c4053220464f34413568f06f51154a (diff) | |
download | mana-d87d926d52721f6d8bd766025b8c1944a3366ca9.tar.gz mana-d87d926d52721f6d8bd766025b8c1944a3366ca9.tar.bz2 mana-d87d926d52721f6d8bd766025b8c1944a3366ca9.tar.xz mana-d87d926d52721f6d8bd766025b8c1944a3366ca9.zip |
Whitespace and indentation fixes
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__ |