mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Add missing namespace.
This commit is contained in:
parent
5c765a9520
commit
4839b0cfbe
@ -142,7 +142,7 @@ namespace musik { namespace core {
|
||||
if (ii.type == B_APP_IMAGE) {
|
||||
if (strlen(ii.name)) {
|
||||
std::string fn(ii.name);
|
||||
result = u8path(fn).parent_path().u8string();
|
||||
result = fs::u8path(fn).parent_path().u8string();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user