about summary refs log tree commit diff stats
path: root/src/settings_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_dialog.h')
-rw-r--r--src/settings_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_dialog.h b/src/settings_dialog.h index 150a7a8..d7c1ed3 100644 --- a/src/settings_dialog.h +++ b/src/settings_dialog.h
@@ -15,10 +15,12 @@ class SettingsDialog : public wxDialog {
15 return should_check_for_updates_box_->GetValue(); 15 return should_check_for_updates_box_->GetValue();
16 } 16 }
17 bool GetHybridAreas() const { return hybrid_areas_box_->GetValue(); } 17 bool GetHybridAreas() const { return hybrid_areas_box_->GetValue(); }
18 bool GetShowHuntPanels() const { return show_hunt_panels_box_->GetValue(); }
18 19
19 private: 20 private:
20 wxCheckBox* should_check_for_updates_box_; 21 wxCheckBox* should_check_for_updates_box_;
21 wxCheckBox* hybrid_areas_box_; 22 wxCheckBox* hybrid_areas_box_;
23 wxCheckBox* show_hunt_panels_box_;
22}; 24};
23 25
24#endif /* end of include guard: SETTINGS_DIALOG_H_D8635719 */ 26#endif /* end of include guard: SETTINGS_DIALOG_H_D8635719 */