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 e5bf97e..c7c6772 100644 --- a/src/tracker_frame.h +++ b/src/tracker_frame.h
@@ -8,6 +8,7 @@
8#endif 8#endif
9 9
10class AchievementsPane; 10class AchievementsPane;
11class SubwayMap;
11class TrackerPanel; 12class TrackerPanel;
12 13
13wxDECLARE_EVENT(STATE_CHANGED, wxCommandEvent); 14wxDECLARE_EVENT(STATE_CHANGED, wxCommandEvent);
@@ -35,6 +36,7 @@ class TrackerFrame : public wxFrame {
35 36
36 TrackerPanel *tracker_panel_; 37 TrackerPanel *tracker_panel_;
37 AchievementsPane *achievements_pane_; 38 AchievementsPane *achievements_pane_;
39 SubwayMap *subway_map_;
38}; 40};
39 41
40#endif /* end of include guard: TRACKER_FRAME_H_86BD8DFB */ 42#endif /* end of include guard: TRACKER_FRAME_H_86BD8DFB */