Fixed missing wxEvent type on GCC, fixed some compiler warnings.

This commit is contained in:
bubnikv
2018-11-20 15:01:32 +01:00
parent 757e18390a
commit d21586242b
3 changed files with 12 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
#include "GUI_App.hpp"
#include <wx/app.h>
#include <wx/event.h>
#include <wx/panel.h>
#include <wx/stdpaths.h>