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 'map/window_handle.hpp')
-rw-r--r--map/window_handle.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/window_handle.hpp b/map/window_handle.hpp
index 87ccfa42a0..af9711c666 100644
--- a/map/window_handle.hpp
+++ b/map/window_handle.hpp
@@ -24,7 +24,7 @@ class WindowHandle
bool m_isUpdatesEnabled;
bool m_needRedraw;
- shared_ptr<VideoTimer> m_videoTimer;
+ VideoTimer * m_videoTimer;
VideoTimer::TFrameFn m_frameFn;
int m_stallsCount;
@@ -33,7 +33,7 @@ public:
WindowHandle();
virtual ~WindowHandle();
- void setVideoTimer(shared_ptr<VideoTimer> const & videoTimer);
+ void setVideoTimer(VideoTimer * videoTimer);
void checkedFrameFn();