mirror of https://github.com/stella-emu/stella.git
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:
parent
b9fece9cde
commit
42b0c26e3c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue