diff options
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index d73e679b8..041aad9f3 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -116,6 +116,9 @@ class Setup_Other : public SetupTab, public gcn::ActionListener gcn::CheckBox *mShowJobExpCheckBox; bool mShowJobExp; + gcn::CheckBox *mShowBeingPopupCheckBox; + bool mShowBeingPopup; + EditDialog *mEditDialog; }; |