From b4271d88a1247c7802f81f24ccac810d61e90d6f Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:33:55 +0300 Subject: [PATCH] switched main --- src/gui/Gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/Gui.cpp b/src/gui/Gui.cpp index 11b9aa3..2317051 100644 --- a/src/gui/Gui.cpp +++ b/src/gui/Gui.cpp @@ -80,7 +80,7 @@ void MyFrame::OnHello(wxCommandEvent& event) { wxLogMessage("Hello world from wxWidgets!"); } -int GUIEntry(int argc, char* argv[]) { +int main(int argc, char* argv[]) { new MyApp(); return wxEntry(argc, argv); } \ No newline at end of file