From f9e1b0cd979598d263ac5a3cfa869674551609b1 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 8 Aug 2011 15:38:20 +0200 Subject: [PATCH] InventoryAction is a struct, not a class --- src/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inventory.h b/src/inventory.h index 53495c6e5..9d6020a8d 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -558,7 +558,7 @@ struct InventoryContext {} }; -class InventoryAction; +struct InventoryAction; class InventoryManager {