about summary refs log tree commit diff stats
path: root/src/tracker_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker_frame.h')
-rw-r--r--src/tracker_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tracker_frame.h b/src/tracker_frame.h index e7a3958..3bf0753 100644 --- a/src/tracker_frame.h +++ b/src/tracker_frame.h
@@ -15,6 +15,7 @@
15 15
16class AchievementsPane; 16class AchievementsPane;
17class ItemsPane; 17class ItemsPane;
18class OptionsPane;
18class PaintingsPane; 19class PaintingsPane;
19class SubwayMap; 20class SubwayMap;
20class TrackerPanel; 21class TrackerPanel;
@@ -108,6 +109,7 @@ class TrackerFrame : public wxFrame {
108 TrackerPanel *tracker_panel_; 109 TrackerPanel *tracker_panel_;
109 AchievementsPane *achievements_pane_; 110 AchievementsPane *achievements_pane_;
110 ItemsPane *items_pane_; 111 ItemsPane *items_pane_;
112 OptionsPane *options_pane_;
111 PaintingsPane *paintings_pane_; 113 PaintingsPane *paintings_pane_;
112 SubwayMap *subway_map_; 114 SubwayMap *subway_map_;
113 TrackerPanel *panels_panel_ = nullptr; 115 TrackerPanel *panels_panel_ = nullptr;