aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index 82ad3d9292..df08db9a01 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -73,6 +73,7 @@ protected:
Widget* findWidget(int x, int y); // Find the widget at pos x,y if any
Widget* addButton(int x, int y, const ScummVM::String &label, uint32 cmd, char hotkey);
+ Widget* addPushButton(int x, int y, const ScummVM::String &label, uint32 cmd, char hotkey);
};
#endif