fixing build issues

This commit is contained in:
tamasmeszaros
2018-08-30 12:11:52 +02:00
parent 15ad0ef2f2
commit f5b1729af3
3 changed files with 7 additions and 32 deletions

View File

@@ -181,6 +181,8 @@ void set_main_frame(wxFrame *main_frame)
g_wxMainFrame = main_frame;
}
wxFrame* get_main_frame() { return g_wxMainFrame; }
void set_tab_panel(wxNotebook *tab_panel)
{
g_wxTabPanel = tab_panel;

View File

@@ -97,6 +97,7 @@ void set_3DScene(_3DScene *scene);
AppConfig* get_app_config();
wxApp* get_app();
PresetBundle* get_preset_bundle();
wxFrame* get_main_frame();
const wxColour& get_label_clr_modified();
const wxColour& get_label_clr_sys();