mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 15:29:03 +08:00
Fixed compilation on OSX
This commit is contained in:
parent
ac011aec6d
commit
3a2b501012
@ -149,7 +149,7 @@ void update_label_colours_from_appconfig()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string libslic3r_translate_callback(const char *s) { return wxGetTranslation(wxString(s, wxConvUTF8)); }
|
static std::string libslic3r_translate_callback(const char *s) { return wxGetTranslation(wxString(s, wxConvUTF8)).utf8_str(); }
|
||||||
|
|
||||||
void set_wxapp(wxApp *app)
|
void set_wxapp(wxApp *app)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user