From: Giuseppe Bilotta Date: Mon, 8 Aug 2011 13:38:20 +0000 (+0200) Subject: InventoryAction is a struct, not a class X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=f9e1b0cd979598d263ac5a3cfa869674551609b1;p=zefram%2Fminetest%2Fminetest_engine.git InventoryAction is a struct, not a class --- diff --git a/src/inventory.h b/src/inventory.h index 53495c6e..9d6020a8 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -558,7 +558,7 @@ struct InventoryContext {} }; -class InventoryAction; +struct InventoryAction; class InventoryManager {