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 'openlr/decoded_path.hpp')
-rw-r--r--openlr/decoded_path.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openlr/decoded_path.hpp b/openlr/decoded_path.hpp
index 18875937f3..19a66a1409 100644
--- a/openlr/decoded_path.hpp
+++ b/openlr/decoded_path.hpp
@@ -11,7 +11,7 @@
#include "3party/pugixml/src/pugixml.hpp"
-class DataSourceBase;
+class DataSource;
namespace openlr
{
@@ -33,7 +33,7 @@ struct DecodedPath
void WriteAsMappingForSpark(std::string const & fileName, std::vector<DecodedPath> const & paths);
void WriteAsMappingForSpark(std::ostream & ost, std::vector<DecodedPath> const & paths);
-void PathFromXML(pugi::xml_node const & node, DataSourceBase const & dataSource, Path & path);
+void PathFromXML(pugi::xml_node const & node, DataSource const & dataSource, Path & path);
void PathToXML(Path const & path, pugi::xml_node & node);
} // namespace openlr