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 'indexer/data_header.hpp')
-rw-r--r--indexer/data_header.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/data_header.hpp b/indexer/data_header.hpp
index b0badc5cb1..88d5c72f5d 100644
--- a/indexer/data_header.hpp
+++ b/indexer/data_header.hpp
@@ -9,7 +9,7 @@
#include "../base/start_mem_debug.hpp"
-class FileReader;
+class ModelReaderPtr;
class FileWriter;
namespace feature
@@ -43,7 +43,7 @@ namespace feature
/// @name Serialization
//@{
void Save(FileWriter & w) const;
- void Load(FileReader const & r);
+ void Load(ModelReaderPtr const & r);
//@}
};
}