From f84dac9b1f394b05ceabb54fc77663cd747a3148 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 8 Oct 2014 14:34:58 +0200 Subject: back out even more wrong tools::Time changes, geez.. Change-Id: I52eb3400769999d7f554c3bdb8746f65b7990388 --- slideshow/source/engine/slideshowimpl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index 3cec24f556dc..21c3213c3110 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -157,11 +157,11 @@ private: animations. */ canvas::tools::ElapsedTime maTimer; - /** tools::Time between the display of frames. Enforced only when mbIsActive + /** Time between the display of frames. Enforced only when mbIsActive is . */ const double mnFrameDuration; - /** tools::Time (of maTimer) when the next frame shall be displayed. + /** Time (of maTimer) when the next frame shall be displayed. Synchronize() will wait until this time. */ double mnNextFrameTargetTime; -- cgit