]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/lua_api/l_inventory.h
Node definition manager refactor (#7016)
[dragonfireclient.git] / src / script / lua_api / l_inventory.h
index f12377ecee55ba9172774a57b87ff5898503b148..2b7910ac35fa734b0906d31e0b21e338566f4b62 100644 (file)
@@ -106,7 +106,7 @@ class InvRef : public ModApiBase {
 public:
        InvRef(const InventoryLocation &loc);
 
-       ~InvRef();
+       ~InvRef() = default;
 
        // Creates an InvRef and leaves it on top of stack
        // Not callable from Lua; all references are created on the C side.