]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/cpp_api/s_nodemeta.h
Use LuaErrors in security check macros
[dragonfireclient.git] / src / script / cpp_api / s_nodemeta.h
index 9be126c62c3d591682df85fca16754e4ae977126..c2ebeba6d5d2c76ca7cf395bd714df663187ea77 100644 (file)
@@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "cpp_api/s_item.h"
 #include "irr_v3d.h"
 
-class ItemStack;
+struct ItemStack;
 
 class ScriptApiNodemeta
                : virtual public ScriptApiBase,