Rename DeleteFile() to DeleteFileX() in SloynikEngine.

This commit is contained in:
Yury Melnichek 2011-03-30 16:51:06 +02:00 committed by Alex Zolotarev
parent 7369041d9f
commit c36d1bdb3a

View file

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