diff options
Diffstat (limited to 'tracker_frame.h')
-rw-r--r-- | tracker_frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker_frame.h b/tracker_frame.h index 60ded2e..59544af 100644 --- a/tracker_frame.h +++ b/tracker_frame.h | |||
@@ -8,10 +8,10 @@ | |||
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | class TrackerFrame : public wxFrame { | 10 | class TrackerFrame : public wxFrame { |
11 | public: | 11 | public: |
12 | TrackerFrame(); | 12 | TrackerFrame(); |
13 | 13 | ||
14 | private: | 14 | private: |
15 | void OnExit(wxCommandEvent &event); | 15 | void OnExit(wxCommandEvent &event); |
16 | void OnAbout(wxCommandEvent &event); | 16 | void OnAbout(wxCommandEvent &event); |
17 | }; | 17 | }; |