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 'iphone/Maps/UI/Editor/MWMObjectsCategorySelectorController.h')
-rw-r--r--iphone/Maps/UI/Editor/MWMObjectsCategorySelectorController.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/iphone/Maps/UI/Editor/MWMObjectsCategorySelectorController.h b/iphone/Maps/UI/Editor/MWMObjectsCategorySelectorController.h
index cc5f79dafc..9d8c181309 100644
--- a/iphone/Maps/UI/Editor/MWMObjectsCategorySelectorController.h
+++ b/iphone/Maps/UI/Editor/MWMObjectsCategorySelectorController.h
@@ -1,9 +1,12 @@
#import "MWMViewController.h"
-#include "indexer/editable_map_object.hpp"
-
#include "std/string.hpp"
+namespace osm
+{
+class EditableMapObject;
+} // namespace osm
+
@protocol MWMObjectsCategorySelectorDelegate <NSObject>
- (void)reloadObject:(osm::EditableMapObject const &)object;