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 e9fec17..45331ae 100644 --- a/src/tracker_frame.h +++ b/src/tracker_frame.h
@@ -12,6 +12,7 @@ class SubwayMap;
12class TrackerPanel; 12class TrackerPanel;
13class wxBookCtrlEvent; 13class wxBookCtrlEvent;
14class wxNotebook; 14class wxNotebook;
15class wxSplitterWindow;
15 16
16class ApConnectEvent : public wxEvent { 17class ApConnectEvent : public wxEvent {
17 public: 18 public:
@@ -78,6 +79,7 @@ class TrackerFrame : public wxFrame {
78 79
79 void CheckForUpdates(bool manual); 80 void CheckForUpdates(bool manual);
80 81
82 wxSplitterWindow *splitter_window_;
81 wxNotebook *notebook_; 83 wxNotebook *notebook_;
82 TrackerPanel *tracker_panel_; 84 TrackerPanel *tracker_panel_;
83 AchievementsPane *achievements_pane_; 85 AchievementsPane *achievements_pane_;