[Orxonox-commit 3380] r8067 - code/branches/kicklib/src/libraries/core

landauf at orxonox.net landauf at orxonox.net
Sun Mar 13 00:00:39 CET 2011


Author: landauf
Date: 2011-03-13 00:00:38 +0100 (Sun, 13 Mar 2011)
New Revision: 8067

Modified:
   code/branches/kicklib/src/libraries/core/GUIManager.cc
Log:
fixed warning

Modified: code/branches/kicklib/src/libraries/core/GUIManager.cc
===================================================================
--- code/branches/kicklib/src/libraries/core/GUIManager.cc	2011-03-12 22:54:35 UTC (rev 8066)
+++ code/branches/kicklib/src/libraries/core/GUIManager.cc	2011-03-12 23:00:38 UTC (rev 8067)
@@ -147,13 +147,13 @@
     GUIManager::GUIManager(const std::pair<int, int>& mousePosition)
         : destroyer_(*this, &GUIManager::cleanup)
         , guiRenderer_(NULL)
-        , luaState_(NULL)
-        , scriptModule_(NULL)
-        , guiSystem_(NULL)
         , resourceProvider_(NULL)
 #ifndef ORXONOX_OLD_CEGUI
         , imageCodec_(NULL)
 #endif
+        , luaState_(NULL)
+        , scriptModule_(NULL)
+        , guiSystem_(NULL)
         , camera_(NULL)
     {
         RegisterRootObject(GUIManager);




More information about the Orxonox-commit mailing list