From 3f4226eaac5d0d30be1f4ca5d5cf010c98a7ce7d Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 12 Oct 2008 10:05:28 +0000 Subject: Fixed compilation warnings. --- tests/testRunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testRunner.cpp') diff --git a/tests/testRunner.cpp b/tests/testRunner.cpp index e2930372..e286a10d 100644 --- a/tests/testRunner.cpp +++ b/tests/testRunner.cpp @@ -56,7 +56,7 @@ public: gettimeofday(&m_start, &tz); } - const double getDuration() const + double getDuration() const { struct timeval tv; struct timezone tz; -- cgit v1.2.3