diff options
Diffstat (limited to 'tracker_panel.h')
-rw-r--r-- | tracker_panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker_panel.h b/tracker_panel.h index ae15271..20d4f92 100644 --- a/tracker_panel.h +++ b/tracker_panel.h | |||
@@ -13,6 +13,8 @@ class TrackerPanel : public wxPanel { | |||
13 | public: | 13 | public: |
14 | TrackerPanel(wxWindow *parent); | 14 | TrackerPanel(wxWindow *parent); |
15 | 15 | ||
16 | void UpdateIndicators(); | ||
17 | |||
16 | private: | 18 | private: |
17 | void OnPaint(wxPaintEvent &event); | 19 | void OnPaint(wxPaintEvent &event); |
18 | 20 | ||
@@ -22,6 +24,7 @@ class TrackerPanel : public wxPanel { | |||
22 | wxBitmap rendered_; | 24 | wxBitmap rendered_; |
23 | 25 | ||
24 | std::vector<AreaWindow *> area_windows_; | 26 | std::vector<AreaWindow *> area_windows_; |
27 | std::vector<AreaPopup *> area_popups_; | ||
25 | }; | 28 | }; |
26 | 29 | ||
27 | #endif /* end of include guard: TRACKER_PANEL_H_D675A54D */ | 30 | #endif /* end of include guard: TRACKER_PANEL_H_D675A54D */ |