[Orxonox-commit 7107] r11724 - code/branches/Presentation_HS17_merge/src/modules/pickup

landauf at orxonox.net landauf at orxonox.net
Sun Feb 11 00:24:16 CET 2018


Author: landauf
Date: 2018-02-11 00:24:16 +0100 (Sun, 11 Feb 2018)
New Revision: 11724

Modified:
   code/branches/Presentation_HS17_merge/src/modules/pickup/PickupPrereqs.h
Log:
fixed compiler warning

Modified: code/branches/Presentation_HS17_merge/src/modules/pickup/PickupPrereqs.h
===================================================================
--- code/branches/Presentation_HS17_merge/src/modules/pickup/PickupPrereqs.h	2018-02-10 23:00:43 UTC (rev 11723)
+++ code/branches/Presentation_HS17_merge/src/modules/pickup/PickupPrereqs.h	2018-02-10 23:24:16 UTC (rev 11724)
@@ -71,7 +71,7 @@
     class CollectiblePickup;
     class Pickup;
     class PickupCollection;
-    class PickupInventoryContainer;
+    struct PickupInventoryContainer;
     class PickupManager;
     class PickupRepresentation;
     class PickupSpawner;



More information about the Orxonox-commit mailing list