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:
authorIgor Khmurets <subzero@mapswithme.com>2014-01-11 15:55:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:10:10 +0300
commita4b54f1f354e589ddc1889d6aa4e80e2cf980f1a (patch)
treeba81cb36651660d6ebec03fccf44d9ad79a27e15 /iphone/Maps/Classes/EAGLView.h
parentfedf07299ef4208236c15c3c3c836d2a4d36f3dc (diff)
[ios] Project now supports ARC
Diffstat (limited to 'iphone/Maps/Classes/EAGLView.h')
-rw-r--r--iphone/Maps/Classes/EAGLView.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/iphone/Maps/Classes/EAGLView.h b/iphone/Maps/Classes/EAGLView.h
index 95f8b453dc..0f4092af9e 100644
--- a/iphone/Maps/Classes/EAGLView.h
+++ b/iphone/Maps/Classes/EAGLView.h
@@ -35,8 +35,8 @@ namespace graphics
CGRect lastViewSize;
}
-- (void) initRenderPolicy;
-- (CGPoint) viewPoint2GlobalPoint:(CGPoint)pt;
-- (CGPoint) globalPoint2ViewPoint:(CGPoint)pt;
+- (void)initRenderPolicy;
+- (CGPoint)viewPoint2GlobalPoint:(CGPoint)pt;
+- (CGPoint)globalPoint2ViewPoint:(CGPoint)pt;
@end