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
diff options
context:
space:
mode:
Diffstat (limited to 'search/engine.hpp')
-rw-r--r--search/engine.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/search/engine.hpp b/search/engine.hpp
index 7fccb352dc..2f0b1543ec 100644
--- a/search/engine.hpp
+++ b/search/engine.hpp
@@ -12,7 +12,8 @@
#include "../std/string.hpp"
-class FileReader;
+class Reader;
+class ModelReaderPtr;
class FeatureType;
namespace search
@@ -25,7 +26,7 @@ class Result;
class Engine
{
public:
- typedef Index<FileReader>::Type IndexType;
+ typedef Index<ModelReaderPtr>::Type IndexType;
/// Doesn't take ownership of @pIndex. Modifies @categories.
Engine(IndexType const * pIndex, CategoriesHolder & categories);