Yet more fix of ENABLE_IMGUI

This commit is contained in:
Vojtech Kral 2018-11-27 12:18:43 +01:00
parent b1883331f0
commit cc557b8a7f
4 changed files with 18 additions and 16 deletions
src/slic3r/GUI

View file

@ -60,7 +60,9 @@ IMPLEMENT_APP(GUI_App)
GUI_App::GUI_App()
: wxApp()
#if ENABLE_IMGUI
, m_imgui(new ImGuiWrapper())
#endif // ENABLE_IMGUI
{}
bool GUI_App::OnInit()