Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/words
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-03-30 18:51:06 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:14:38 +0300
commitc36d1bdb3a5691a37c0d937089197475a1cc8cd2 (patch)
tree348aa0333c8d7cff1d533a79aca1529bc5a709fd /words
parent7369041d9f5f68d83d39b6f275229e8d80e74015 (diff)
Rename DeleteFile() to DeleteFileX() in SloynikEngine.
Diffstat (limited to 'words')
-rw-r--r--words/sloynik_engine.cpp2
1 files changed, 1 insertions, 1 deletions
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);