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/mwm_context.hpp')
-rw-r--r--search/mwm_context.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/mwm_context.hpp b/search/mwm_context.hpp
index 7f54edee59..9f42e50f7c 100644
--- a/search/mwm_context.hpp
+++ b/search/mwm_context.hpp
@@ -25,7 +25,7 @@ namespace search
void CoverRect(m2::RectD const & rect, int scale, covering::Intervals & result);
/// @todo Move this class into "index" library and make it more generic.
-/// Now it duplicates "DataSourceBase" functionality.
+/// Now it duplicates "DataSource" functionality.
class MwmContext
{
public: