diff options
Diffstat (limited to 'gui/object.h')
-rw-r--r-- | gui/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/object.h b/gui/object.h index c4fe7a6003..c9fe097a06 100644 --- a/gui/object.h +++ b/gui/object.h @@ -64,6 +64,7 @@ protected: public: GuiObject(int x, int y, int w, int h) : _x(x), _y(y), _w(w), _h(h), _firstWidget(0) { } + GuiObject(Common::String name); virtual int16 getAbsX() const { return _x; } virtual int16 getAbsY() const { return _y; } |