aboutsummaryrefslogtreecommitdiff
path: root/gui/object.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/object.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/object.h')
-rw-r--r--gui/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/object.h b/gui/object.h
index f842a708f8..e5d690e1a3 100644
--- a/gui/object.h
+++ b/gui/object.h
@@ -21,6 +21,8 @@
#ifndef GUI_OBJECT_H
#define GUI_OBJECT_H
+namespace GUI {
+
class CommandReceiver;
class CommandSender;
@@ -75,5 +77,6 @@ protected:
virtual void releaseFocus() = 0;
};
+} // End of namespace GUI
#endif