diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-10 01:53:05 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-10 01:55:54 +0200 |
commit | 07e8a1b8408ed40cbf2031476627647057f62141 (patch) | |
tree | 688aa64341cb0dee0a5ea51acc16a28ddf3ea5c5 /src/gui/speechbubble.h | |
parent | b4ebdcf0622ce297704887cf0d653079a1fbcf1e (diff) | |
download | mana-07e8a1b8408ed40cbf2031476627647057f62141.tar.gz mana-07e8a1b8408ed40cbf2031476627647057f62141.tar.bz2 mana-07e8a1b8408ed40cbf2031476627647057f62141.tar.xz mana-07e8a1b8408ed40cbf2031476627647057f62141.zip |
Some cleanup of the equipment window code
Also removed some unnecessary delete statements, since the Popup class
already deletes its children and the ScrollArea already deletes its
content.
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r-- | src/gui/speechbubble.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h index 3b97d3fe..4601a43e 100644 --- a/src/gui/speechbubble.h +++ b/src/gui/speechbubble.h @@ -58,7 +58,7 @@ class SpeechBubble : public Popup /** * Gets the number of rows the speech bubble has. */ - unsigned int getNumRows(); + unsigned int getNumRows() const; private: std::string mText; |