Skip to content

Commit d3af556

Browse files
committed
Correct adding the configuration files.
1 parent 051e440 commit d3af556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Solution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void Solution::writeConfigDirectory(wofstream &file,const Options& options)
8080
if (!entry.is_regular_file())
8181
continue;
8282

83-
const auto fileName=entry.path().filename();
83+
const auto fileName=entry.path().filename().wstring();
8484
if (!endsWith(fileName, L".xml"))
8585
continue;
8686

0 commit comments

Comments
 (0)