summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-16 23:25:14 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-16 23:25:14 +0100
commitd87d926d52721f6d8bd766025b8c1944a3366ca9 (patch)
treec78b594564374780d4b3ea0341f20539183f7438 /src/gui/speechbubble.h
parentff61662640c4053220464f34413568f06f51154a (diff)
downloadmana-client-d87d926d52721f6d8bd766025b8c1944a3366ca9.tar.gz
mana-client-d87d926d52721f6d8bd766025b8c1944a3366ca9.tar.bz2
mana-client-d87d926d52721f6d8bd766025b8c1944a3366ca9.tar.xz
mana-client-d87d926d52721f6d8bd766025b8c1944a3366ca9.zip
Whitespace and indentation fixes
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r--src/gui/speechbubble.h15
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__