Add missing namespace.

This commit is contained in:
casey langen 2022-12-24 19:10:06 -08:00
parent 5c765a9520
commit 4839b0cfbe

View File

@ -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();
}
}
}