[Orxonox-commit 4016] r8690 - code/branches/unity_build/src/libraries/core

rgrieder at orxonox.net rgrieder at orxonox.net
Mon May 30 19:03:57 CEST 2011


Author: rgrieder
Date: 2011-05-30 19:03:57 +0200 (Mon, 30 May 2011)
New Revision: 8690

Modified:
   code/branches/unity_build/src/libraries/core/GUIManager.h
Log:
Fixed tolua warning: operator != is not support by tolua because there is not such operator in Lua (~= instead).

Modified: code/branches/unity_build/src/libraries/core/GUIManager.h
===================================================================
--- code/branches/unity_build/src/libraries/core/GUIManager.h	2011-05-30 16:59:50 UTC (rev 8689)
+++ code/branches/unity_build/src/libraries/core/GUIManager.h	2011-05-30 17:03:57 UTC (rev 8690)
@@ -70,7 +70,6 @@
         tribool(bool value);
         tribool(dontcare_keyword_t);
         bool operator==(tribool);
-        bool operator!=(tribool);
     };
     tolua_end */
 




More information about the Orxonox-commit mailing list