about summary refs log tree commit diff stats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
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
9class TrackerApp : public wxApp { 9class TrackerApp : public wxApp {
10public: 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);