Yet more fix of ENABLE_IMGUI
This commit is contained in:
parent
b1883331f0
commit
cc557b8a7f
4 changed files with 18 additions and 16 deletions
src/slic3r/GUI
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue