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 'android/jni/com/mapswithme/maps/Framework.hpp')
-rw-r--r--android/jni/com/mapswithme/maps/Framework.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/jni/com/mapswithme/maps/Framework.hpp b/android/jni/com/mapswithme/maps/Framework.hpp
index bb75b5c2ad..d49f38435c 100644
--- a/android/jni/com/mapswithme/maps/Framework.hpp
+++ b/android/jni/com/mapswithme/maps/Framework.hpp
@@ -33,7 +33,7 @@
#include <memory>
#include <mutex>
-class DataSourceBase;
+class DataSource;
struct FeatureID;
namespace search
@@ -81,7 +81,7 @@ namespace android
Framework();
storage::Storage & GetStorage();
- DataSourceBase const & GetDataSource();
+ DataSource const & GetDataSource();
void ShowNode(storage::TCountryId const & countryId, bool zoomToDownloadButton);