1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-09 20:32:43 +01:00

InventoryItem virtual dtor

This commit is contained in:
Daniel Evans 2014-06-30 02:19:40 +01:00
parent 39cf86f056
commit 0e48687c27

View File

@ -15,6 +15,8 @@ protected:
{}
public:
virtual ~InventoryItem() {}
/**
* @brief getObject
* @return The ID of the model associated with the item.