From 7c74e1faff18592dcfe66ae629858fb1c9b69520 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 8 Aug 2013 10:42:57 +0100 Subject: [PATCH] Move Timer.h to correct location Also add a missing semi-colon. --- .../include/PolyVoxCore/Impl/Timer.h | 0 library/PolyVoxCore/source/Impl/Timer.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename library/{polyvoxcore => PolyVoxCore}/include/PolyVoxCore/Impl/Timer.h (100%) diff --git a/library/polyvoxcore/include/PolyVoxCore/Impl/Timer.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h similarity index 100% rename from library/polyvoxcore/include/PolyVoxCore/Impl/Timer.h rename to library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h diff --git a/library/PolyVoxCore/source/Impl/Timer.cpp b/library/PolyVoxCore/source/Impl/Timer.cpp index bad32baa..49ec9a11 100644 --- a/library/PolyVoxCore/source/Impl/Timer.cpp +++ b/library/PolyVoxCore/source/Impl/Timer.cpp @@ -82,7 +82,7 @@ namespace PolyVox float Timer::elapsedTimeInSeconds(void) { - return 0.0f + return 0.0f; } uint32_t Timer::elapsedTimeInMilliSeconds(void)