From 558f774247e8730bca3a5ae018545e26669e569d Mon Sep 17 00:00:00 2001 From: rachytski Date: Fri, 11 Nov 2011 16:57:07 +0400 Subject: WindowHandle shouldn't control the lifetime of VideoTimer. --- iphone/Maps/Classes/EAGLView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iphone/Maps/Classes/EAGLView.h') diff --git a/iphone/Maps/Classes/EAGLView.h b/iphone/Maps/Classes/EAGLView.h index 517c9551fc..72fef24cd1 100644 --- a/iphone/Maps/Classes/EAGLView.h +++ b/iphone/Maps/Classes/EAGLView.h @@ -32,6 +32,7 @@ typedef Framework framework_t; @public framework_t * framework; + VideoTimer * videoTimer; shared_ptr renderContext; shared_ptr frameBuffer; shared_ptr renderBuffer; @@ -41,6 +42,7 @@ typedef Framework framework_t; - (void) initRenderPolicy; @property (nonatomic, assign) framework_t * framework; +@property (nonatomic, assign) VideoTimer * videoTimer; @property (nonatomic, assign) shared_ptr renderContext; @property (nonatomic, assign) shared_ptr renderBuffer; @property (nonatomic, assign) shared_ptr frameBuffer; -- cgit v1.2.3