diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/main.cpp b/main.cpp index 940fecc..4fbbe72 100644 --- a/main.cpp +++ b/main.cpp | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | #include "tracker_frame.h" | 7 | #include "tracker_frame.h" |
| 8 | 8 | ||
| 9 | class TrackerApp : public wxApp { | 9 | class TrackerApp : public wxApp { |
| 10 | public: | 10 | public: |
| 11 | virtual bool OnInit() { | 11 | virtual bool OnInit() { |
| 12 | TrackerFrame *frame = new TrackerFrame(); | 12 | TrackerFrame *frame = new TrackerFrame(); |
| 13 | frame->Show(true); | 13 | frame->Show(true); |
