diff options
Diffstat (limited to 'src/gui/quitdialog.h')
-rw-r--r-- | src/gui/quitdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/quitdialog.h b/src/gui/quitdialog.h index 760030e26..7f570bc1c 100644 --- a/src/gui/quitdialog.h +++ b/src/gui/quitdialog.h @@ -72,10 +72,12 @@ class QuitDialog final : public Window, public gcn::ActionListener, RadioButton *mForceQuit; RadioButton *mSwitchAccountServer; RadioButton *mSwitchCharacter; + RadioButton *mRate; Button *mOkButton; Button *mCancelButton; QuitDialog **mMyPointer; + bool mNeedForceQuit; }; #endif |