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/altitude_loader.hpp')
-rw-r--r--indexer/altitude_loader.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/altitude_loader.hpp b/indexer/altitude_loader.hpp
index ceb089e7e2..3ef738abd0 100644
--- a/indexer/altitude_loader.hpp
+++ b/indexer/altitude_loader.hpp
@@ -10,14 +10,14 @@
#include "3party/succinct/rs_bit_vector.hpp"
-class DataSourceBase;
+class DataSource;
namespace feature
{
class AltitudeLoader
{
public:
- AltitudeLoader(DataSourceBase const & dataSource, MwmSet::MwmId const & mwmId);
+ AltitudeLoader(DataSource const & dataSource, MwmSet::MwmId const & mwmId);
/// \returns altitude of feature with |featureId|. All items of the returned vector are valid
/// or the returned vector is empty.