diff options
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index 46cf2bac7e..5fd197ac7d 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -78,6 +78,7 @@ protected: ButtonWidget *addButton(int x, int y, const Common::String &label, uint32 cmd, char hotkey); void setResult(int result) { _result = result; } + int getResult() const { return _result; } }; #endif |