diff --git a/words/sloynik_engine.cpp b/words/sloynik_engine.cpp index f7e19811e9..b30a52b708 100644 --- a/words/sloynik_engine.cpp +++ b/words/sloynik_engine.cpp @@ -37,7 +37,7 @@ sl::SloynikEngine::SloynikEngine(string const & dictionaryPath, // Uncomment to always rebuild the index: needIndexBuild = true; if (needIndexBuild) { - FileWriter::DeleteFile(stampPath); + FileWriter::DeleteFileX(stampPath); sl::SortedIndex::Build(*m_pDictionary, strFn, indexPath); FileWriter stampWriter(stampPath);