aboutsummaryrefslogtreecommitdiff
path: root/gui/message.h
diff options
context:
space:
mode:
authorMax Horn2003-11-10 23:40:48 +0000
committerMax Horn2003-11-10 23:40:48 +0000
commit22c22d1e81b25c103100b6c8347b154f16dafc5e (patch)
tree233ff187add3c769346b5e7c89ee954eb967b477 /gui/message.h
parent5c2a3da7f2f8f45e20b732defbaed7aa47af00c8 (diff)
downloadscummvm-rg350-22c22d1e81b25c103100b6c8347b154f16dafc5e.tar.gz
scummvm-rg350-22c22d1e81b25c103100b6c8347b154f16dafc5e.tar.bz2
scummvm-rg350-22c22d1e81b25c103100b6c8347b154f16dafc5e.zip
added namespace GUI
svn-id: r11255
Diffstat (limited to 'gui/message.h')
-rw-r--r--gui/message.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/message.h b/gui/message.h
index d2e018ecb8..8a7e637727 100644
--- a/gui/message.h
+++ b/gui/message.h
@@ -28,6 +28,8 @@ namespace Common {
class StringList;
}
+namespace GUI {
+
/**
* Simple message dialog ("alert box"): presents a text message in a dialog with up to two buttons.
*/
@@ -56,5 +58,6 @@ protected:
uint32 _timer;
};
+} // End of namespace GUI
#endif