This commit is contained in:
@@ -151,6 +151,6 @@ bool PiecesFiles::getFilePath(int polyominoSize, std::string& filePath) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
filePath = dataFolderPath / (std::to_string(polyominoSize) + "minos.bin");
|
||||
filePath = (dataFolderPath / (std::to_string(polyominoSize) + "minos.bin")).string();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user