diff --git a/rwengine/include/items/InventoryItem.hpp b/rwengine/include/items/InventoryItem.hpp index 6444ac6a..5c3b84dc 100644 --- a/rwengine/include/items/InventoryItem.hpp +++ b/rwengine/include/items/InventoryItem.hpp @@ -15,6 +15,8 @@ protected: {} public: + virtual ~InventoryItem() {} + /** * @brief getObject * @return The ID of the model associated with the item.