diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-15 23:28:08 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-15 23:28:08 +0100 |
commit | 4fa2d32cc9748c1381ceae59c727d090117652c1 (patch) | |
tree | d610ce65eeceb842644b6a30836a3f1f3ea8a4fa /src/gui/speechbubble.h | |
parent | 968f06bb452449869532250b5ea722e29cb22991 (diff) | |
parent | 0df9dd8b36cb781f2afa5b288f2f519fab61f80c (diff) | |
download | mana-4fa2d32cc9748c1381ceae59c727d090117652c1.tar.gz mana-4fa2d32cc9748c1381ceae59c727d090117652c1.tar.bz2 mana-4fa2d32cc9748c1381ceae59c727d090117652c1.tar.xz mana-4fa2d32cc9748c1381ceae59c727d090117652c1.zip |
Merge branch 'aethyra/master'
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index 323f6667..6daff8fb 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -31,7 +31,6 @@ class SpeechBubble : public Window { public: SpeechBubble(); - ~SpeechBubble(); void setCaption(const std::string &name, const gcn::Color &color = 0x000000); |