forked from organicmaps/organicmaps
Rename DeleteFile() to DeleteFileX() in SloynikEngine.
This commit is contained in:
parent
7369041d9f
commit
c36d1bdb3a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue