1
0
mirror of https://github.com/minetest/minetest.git synced 2025-01-18 22:10:18 +01:00

InventoryAction is a struct, not a class

This commit is contained in:
Giuseppe Bilotta 2011-08-08 15:38:20 +02:00
parent 805564dcf2
commit f9e1b0cd97

View File

@ -558,7 +558,7 @@ struct InventoryContext
{} {}
}; };
class InventoryAction; struct InventoryAction;
class InventoryManager class InventoryManager
{ {