From e3bd6467cc9c73709149478a088a3638e83e5acf Mon Sep 17 00:00:00 2001 From: rachytski Date: Sun, 26 Jun 2011 16:50:16 +0300 Subject: [PATCH] compilation fixes. --- map/framework.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/framework.cpp b/map/framework.cpp index 442a133929..2d73835e42 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1072,7 +1072,7 @@ void FrameWork::AddRedrawCommandSure() m2::PointD ptShift = m_renderQueue.renderState().coordSystemShift(true); m2::PointD pos = m_navigator.OrientPoint(e.Pos()) + ptShift; - m_navigator.DoDrag(pos, GetPlatform().TimeInSec()); + m_navigator.DoDrag(pos, m_timer.ElapsedSeconds()); #ifdef DRAW_TOUCH_POINTS m_informationDisplay.setDebugPoint(0, pos);