switched main

This commit is contained in:
Anonymous275 2022-07-28 10:33:55 +03:00
parent 604e92b440
commit b4271d88a1

View File

@ -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);
}