aboutsummaryrefslogtreecommitdiff
path: root/gui/message.h
diff options
context:
space:
mode:
authorMax Horn2005-05-08 17:05:19 +0000
committerMax Horn2005-05-08 17:05:19 +0000
commit2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc (patch)
tree96f1da7fd430c3f7597e72ec78c0ff882c93d5f6 /gui/message.h
parent9d20c7e21f98b2f8824f86ef7c297781f46a7f49 (diff)
downloadscummvm-rg350-2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc.tar.gz
scummvm-rg350-2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc.tar.bz2
scummvm-rg350-2eb868d2a3a89eb8f6d71ab6580e0a015552ccbc.zip
Fix doxygen warning
svn-id: r17969
Diffstat (limited to 'gui/message.h')
-rw-r--r--gui/message.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/message.h b/gui/message.h
index 058f0b66b9..e80c53422b 100644
--- a/gui/message.h
+++ b/gui/message.h
@@ -36,8 +36,6 @@ enum {
* Simple message dialog ("alert box"): presents a text message in a dialog with up to two buttons.
*/
class MessageDialog : public Dialog {
- typedef Common::String String;
- typedef Common::StringList StringList;
public:
MessageDialog(const Common::String &message, const char *defaultButton = "OK", const char *altButton = 0);