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.cpp')
-rw-r--r--map/window_handle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/window_handle.cpp b/map/window_handle.cpp
index cd1b94a8db..3676eaa0ea 100644
--- a/map/window_handle.cpp
+++ b/map/window_handle.cpp
@@ -8,7 +8,7 @@ WindowHandle::WindowHandle() :
{
}
-void WindowHandle::setVideoTimer(shared_ptr<VideoTimer> const & videoTimer)
+void WindowHandle::setVideoTimer(VideoTimer * videoTimer)
{
m_videoTimer = videoTimer;
m_frameFn = videoTimer->frameFn();