diff options
Diffstat (limited to 'tracker_frame.h')
-rw-r--r-- | tracker_frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker_frame.h b/tracker_frame.h index 59544af..10dfc9d 100644 --- a/tracker_frame.h +++ b/tracker_frame.h | |||
@@ -11,9 +11,12 @@ class TrackerFrame : public wxFrame { | |||
11 | public: | 11 | public: |
12 | TrackerFrame(); | 12 | TrackerFrame(); |
13 | 13 | ||
14 | void SetStatusMessage(std::string message); | ||
15 | |||
14 | private: | 16 | private: |
15 | void OnExit(wxCommandEvent &event); | 17 | void OnExit(wxCommandEvent &event); |
16 | void OnAbout(wxCommandEvent &event); | 18 | void OnAbout(wxCommandEvent &event); |
19 | void OnConnect(wxCommandEvent &event); | ||
17 | }; | 20 | }; |
18 | 21 | ||
19 | #endif /* end of include guard: TRACKER_FRAME_H_86BD8DFB */ | 22 | #endif /* end of include guard: TRACKER_FRAME_H_86BD8DFB */ |