diff options
author | Max Horn | 2004-02-05 00:19:57 +0000 |
---|---|---|
committer | Max Horn | 2004-02-05 00:19:57 +0000 |
commit | f59eb3b2194826c73f56161497f4004b2313efa2 (patch) | |
tree | 5c070e2626f83d256fc161a8ec7e98ca2397af58 /gui/message.h | |
parent | dc852177fb27b83620f0a4296cde0e1a8dec1f62 (diff) | |
download | scummvm-rg350-f59eb3b2194826c73f56161497f4004b2313efa2.tar.gz scummvm-rg350-f59eb3b2194826c73f56161497f4004b2313efa2.tar.bz2 scummvm-rg350-f59eb3b2194826c73f56161497f4004b2313efa2.zip |
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
svn-id: r12722
Diffstat (limited to 'gui/message.h')
-rw-r--r-- | gui/message.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gui/message.h b/gui/message.h index 7760622bea..30a2c6bfa0 100644 --- a/gui/message.h +++ b/gui/message.h @@ -22,11 +22,7 @@ #define MESSAGE_DIALOG_H #include "gui/dialog.h" - -namespace Common { - class String; - class StringList; -} +#include "common/str.h" namespace GUI { |