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