From c36d1bdb3a5691a37c0d937089197475a1cc8cd2 Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Wed, 30 Mar 2011 16:51:06 +0200 Subject: [PATCH] Rename DeleteFile() to DeleteFileX() in SloynikEngine. --- words/sloynik_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);