mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fix build of d0fd8a4a29 on OsX and Linux
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user