Oops, forgot to check this in with the last commit.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2715 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2013-05-02 18:03:35 +00:00
parent b9fece9cde
commit 42b0c26e3c
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class Dialog : public GuiObject
void addCancelWidget(Widget* w) { _cancelWidget = w; }
void setFocus(Widget* w);
FBSurface& surface() { return *_surface; }
FBSurface& surface() const { return *_surface; }
protected:
virtual void draw();