mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
fix: ambiguous call _check_convertible_to_path_source(const wxCStrData&) (#1597)
* fix: ambiguous call _check_convertible_to_path_source(const wxCStrData&) * change to ToStdWstring() per discussion --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
m_container = is_container;
|
||||
m_root = false;
|
||||
path = abs_path;
|
||||
fs::path path_obj(path.c_str());
|
||||
boost::filesystem::path path_obj(path.ToStdWstring());
|
||||
name = path_obj.filename().generic_wstring();
|
||||
|
||||
parent->Append(this);
|
||||
|
||||
Reference in New Issue
Block a user