[Orxonox-commit 919] r5642 - code/branches/libraries/src/util

landauf at orxonox.net landauf at orxonox.net
Thu Aug 13 21:46:21 CEST 2009


Author: landauf
Date: 2009-08-13 21:46:21 +0200 (Thu, 13 Aug 2009)
New Revision: 5642

Modified:
   code/branches/libraries/src/util/Scope.h
Log:
small fix for newer versions of gcc

Modified: code/branches/libraries/src/util/Scope.h
===================================================================
--- code/branches/libraries/src/util/Scope.h	2009-08-13 19:12:24 UTC (rev 5641)
+++ code/branches/libraries/src/util/Scope.h	2009-08-13 19:46:21 UTC (rev 5642)
@@ -50,6 +50,8 @@
         };
     }
 
+    class ScopeListener; // Forward declaration
+
     /**
         @brief The ScopeManager stores the variables of the scope templates in a statically linked context.
     */




More information about the Orxonox-commit mailing list