]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/cpp_api/s_inventory.h
Fix CSM crash (#5779)
[dragonfireclient.git] / src / script / cpp_api / s_inventory.h
index bf3b5de85c62376b08e192c14d12d8cc23499bdd..d1a81de8026efcacceaa685fdb1490cc2a3a63df 100644 (file)
@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "cpp_api/s_base.h"
 
-class ItemStack;
+struct ItemStack;
 
 class ScriptApiDetached
                : virtual public ScriptApiBase