From 0adeddb42ba698060000c4ea898875a85bd472dd Mon Sep 17 00:00:00 2001 From: Travis Hunter Date: Fri, 10 Feb 2023 19:20:00 -0700 Subject: [PATCH] cleanup --- src/gui/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 1f65aa6..850de2f 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -1,5 +1,4 @@ #include -#include #include @@ -28,7 +27,6 @@ private: }; -wxIMPLEMENT_APP(wxRocket); bool wxRocket::OnInit() { @@ -81,3 +79,6 @@ void MainWindowFrame::onAbout(wxCommandEvent& evt) wxMessageBox(_("This is wxRocket. (c) 2023 by Travis Hunter"), _("About wxRocket"), wxOK | wxICON_INFORMATION); } + +// This will build the main function +wxIMPLEMENT_APP(wxRocket); \ No newline at end of file