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, 2 insertions, 2 deletions
diff --git a/tracker_panel.h b/tracker_panel.h index 49b4d23..32f7537 100644 --- a/tracker_panel.h +++ b/tracker_panel.h
@@ -8,10 +8,10 @@
8#endif 8#endif
9 9
10class TrackerPanel : public wxPanel { 10class TrackerPanel : public wxPanel {
11public: 11 public:
12 TrackerPanel(wxWindow *parent); 12 TrackerPanel(wxWindow *parent);
13 13
14private: 14 private:
15 void OnPaint(wxPaintEvent &event); 15 void OnPaint(wxPaintEvent &event);
16 16
17 void Redraw(); 17 void Redraw();