From cf53c20aac99f553581c0933c19b5f422d38fd35 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 10 Apr 2025 19:15:13 -0400 Subject: Fixed some compiler warnings --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 1d7cc9e..574b6df 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ class TrackerApp : public wxApp { public: - virtual bool OnInit() { + virtual bool OnInit() override { GetTrackerConfig().Load(); TrackerFrame *frame = new TrackerFrame(); -- cgit 1.4.1