Skip to content

Commit

Permalink
Portability changes (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Apr 7, 2024
1 parent df14892 commit 4395a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BKImgFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ bool CBKImgFile::Open(const fs::path &pathName, const bool bWrite)

if (bRet)
{
m_strName = pathName;
m_strName = pathName.wstring();
}

return bRet;
Expand Down

0 comments on commit 4395a32

Please sign in to comment.