projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805564d
)
InventoryAction is a struct, not a class
author
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Mon, 8 Aug 2011 13:38:20 +0000
(15:38 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Mon, 8 Aug 2011 13:38:20 +0000
(15:38 +0200)
src/inventory.h
patch
|
blob
|
history
diff --git
a/src/inventory.h
b/src/inventory.h
index 53495c6e5b8b38e89e7d22f6626e19ba230a396f..9d6020a8d9b189fc65de50a263db7510009e0d73 100644
(file)
--- a/
src/inventory.h
+++ b/
src/inventory.h
@@
-558,7
+558,7
@@
struct InventoryContext
{}
};
-
class
InventoryAction;
+
struct
InventoryAction;
class InventoryManager
{