aboutsummaryrefslogtreecommitdiff
path: root/gui/message.h
diff options
context:
space:
mode:
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