[Orxonox-commit 2329] r7044 - code/branches/presentation3/src/modules/designtools

scheusso at orxonox.net scheusso at orxonox.net
Mon May 31 14:07:31 CEST 2010


Author: scheusso
Date: 2010-05-31 14:07:31 +0200 (Mon, 31 May 2010)
New Revision: 7044

Modified:
   code/branches/presentation3/src/modules/designtools/ScreenshotManager.h
Log:
fixed build

Modified: code/branches/presentation3/src/modules/designtools/ScreenshotManager.h
===================================================================
--- code/branches/presentation3/src/modules/designtools/ScreenshotManager.h	2010-05-31 12:02:39 UTC (rev 7043)
+++ code/branches/presentation3/src/modules/designtools/ScreenshotManager.h	2010-05-31 12:07:31 UTC (rev 7044)
@@ -49,7 +49,7 @@
             { getInstance().makeScreenshot(); }
       
     protected:
-        static std::string ScreenshotManager::getTimestamp();
+        static std::string getTimestamp();
 
         std::string    mFileExtension;
         unsigned int   mGridSize, mWindowWidth, mWindowHeight;




More information about the Orxonox-commit mailing list