Welcome to mirror list, hosted at ThFree Co, Russian Federation.

editable_data_source.hpp « editor - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fdb0841d2b96cf4ba829ef424fcb8b996e9541ec (plain)
1
2
3
4
5
6
7
#pragma once

#include "editor/editable_feature_source.hpp"

#include "indexer/data_source.hpp"

using EditableDataSource = DataSourceImpl<EditableFeatureSource>;