InventoryAction is a struct, not a class
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 8 Aug 2011 13:38:20 +0000 (15:38 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 8 Aug 2011 13:38:20 +0000 (15:38 +0200)
src/inventory.h

index 53495c6e5b8b38e89e7d22f6626e19ba230a396f..9d6020a8d9b189fc65de50a263db7510009e0d73 100644 (file)
@@ -558,7 +558,7 @@ struct InventoryContext
        {}
 };
 
-class InventoryAction;
+struct InventoryAction;
 
 class InventoryManager
 {