about summary refs log tree commit diff stats
path: root/tracker_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker_panel.h')
-rw-r--r--tracker_panel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tracker_panel.h b/tracker_panel.h index 32f7537..ae15271 100644 --- a/tracker_panel.h +++ b/tracker_panel.h
@@ -7,6 +7,8 @@
7#include <wx/wx.h> 7#include <wx/wx.h>
8#endif 8#endif
9 9
10#include "area_window.h"
11
10class TrackerPanel : public wxPanel { 12class TrackerPanel : public wxPanel {
11 public: 13 public:
12 TrackerPanel(wxWindow *parent); 14 TrackerPanel(wxWindow *parent);
@@ -18,6 +20,8 @@ class TrackerPanel : public wxPanel {
18 20
19 wxImage map_image_; 21 wxImage map_image_;
20 wxBitmap rendered_; 22 wxBitmap rendered_;
23
24 std::vector<AreaWindow *> area_windows_;
21}; 25};
22 26
23#endif /* end of include guard: TRACKER_PANEL_H_D675A54D */ 27#endif /* end of include guard: TRACKER_PANEL_H_D675A54D */