diff options
Diffstat (limited to 'src/tracker_frame.h')
-rw-r--r-- | src/tracker_frame.h | 2 |
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 | ||
10 | class AchievementsPane; | 10 | class AchievementsPane; |
11 | class SubwayMap; | ||
11 | class TrackerPanel; | 12 | class TrackerPanel; |
12 | 13 | ||
13 | wxDECLARE_EVENT(STATE_CHANGED, wxCommandEvent); | 14 | wxDECLARE_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 */ |