diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-08-08 15:38:20 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-08-08 15:38:20 +0200 |
commit | f9e1b0cd979598d263ac5a3cfa869674551609b1 (patch) | |
tree | 1cb6093d1155fb71fe5a2e82a5d480e65ccdd94c /src/inventory.h | |
parent | 805564dcf2cf2f55fb4860f8224ae82edee75395 (diff) | |
download | minetest-f9e1b0cd979598d263ac5a3cfa869674551609b1.tar.gz minetest-f9e1b0cd979598d263ac5a3cfa869674551609b1.tar.bz2 minetest-f9e1b0cd979598d263ac5a3cfa869674551609b1.zip |
InventoryAction is a struct, not a class
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |