aboutsummaryrefslogtreecommitdiff
path: root/gui/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/object.h')
-rw-r--r--gui/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/object.h b/gui/object.h
index 1c8bcdfdcc..fb5ff18290 100644
--- a/gui/object.h
+++ b/gui/object.h
@@ -62,7 +62,7 @@ class GuiObject : public CommandReceiver {
protected:
int16 _x, _y;
uint16 _w, _h;
- Common::String _name;
+ const Common::String _name;
Widget *_firstWidget;