mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 05:54:26 +08:00
Fix build of d0fd8a4a29266c2b080580b648882aaf4ea75117 on OsX and Linux
This commit is contained in:
parent
d0fd8a4a29
commit
0298e9077f
@ -2965,7 +2965,7 @@ void Plater::priv::msw_rescale_object_menu()
|
||||
|
||||
wxString Plater::priv::get_project_filename(const wxString& extension) const
|
||||
{
|
||||
return m_project_filename.empty() ? wxEmptyString : m_project_filename + extension;
|
||||
return m_project_filename.empty() ? "" : m_project_filename + extension;
|
||||
}
|
||||
|
||||
void Plater::priv::set_project_filename(const wxString& filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user