[Orxonox-commit 4579] r9250 - code/branches/presentation2012/src/modules/towerdefense

landauf at orxonox.net landauf at orxonox.net
Sun May 27 22:17:18 CEST 2012


Author: landauf
Date: 2012-05-27 22:17:17 +0200 (Sun, 27 May 2012)
New Revision: 9250

Modified:
   code/branches/presentation2012/src/modules/towerdefense/Tower.h
   code/branches/presentation2012/src/modules/towerdefense/TowerDefense.h
   code/branches/presentation2012/src/modules/towerdefense/TowerDefenseController.h
Log:
fixed build for msvc

Modified: code/branches/presentation2012/src/modules/towerdefense/Tower.h
===================================================================
--- code/branches/presentation2012/src/modules/towerdefense/Tower.h	2012-05-27 17:59:29 UTC (rev 9249)
+++ code/branches/presentation2012/src/modules/towerdefense/Tower.h	2012-05-27 20:17:17 UTC (rev 9250)
@@ -23,7 +23,7 @@
 
 namespace orxonox
 {
-    class _OrxonoxExport Tower : public Pawn
+    class _TowerDefenseExport Tower : public Pawn
     {
 	public:
 		Tower(BaseObject* creator);

Modified: code/branches/presentation2012/src/modules/towerdefense/TowerDefense.h
===================================================================
--- code/branches/presentation2012/src/modules/towerdefense/TowerDefense.h	2012-05-27 17:59:29 UTC (rev 9249)
+++ code/branches/presentation2012/src/modules/towerdefense/TowerDefense.h	2012-05-27 20:17:17 UTC (rev 9250)
@@ -44,7 +44,7 @@
 		 
 namespace orxonox
 {
-	class _OrxonoxExport TowerDefense : public Deathmatch
+	class _TowerDefenseExport TowerDefense : public Deathmatch
     {
 	public:
 		TowerDefense(BaseObject* creator);

Modified: code/branches/presentation2012/src/modules/towerdefense/TowerDefenseController.h
===================================================================
--- code/branches/presentation2012/src/modules/towerdefense/TowerDefenseController.h	2012-05-27 17:59:29 UTC (rev 9249)
+++ code/branches/presentation2012/src/modules/towerdefense/TowerDefenseController.h	2012-05-27 20:17:17 UTC (rev 9250)
@@ -36,7 +36,7 @@
 
 namespace orxonox
 {
-    class _OrxonoxExport TowerDefenseController : public WaypointController
+    class _TowerDefenseExport TowerDefenseController : public WaypointController
     {
         public:
             TowerDefenseController(BaseObject* creator);




More information about the Orxonox-commit mailing list