mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 10:22:52 +01:00
InventoryItem virtual dtor
This commit is contained in:
parent
39cf86f056
commit
0e48687c27
@ -15,6 +15,8 @@ protected:
|
|||||||
{}
|
{}
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
virtual ~InventoryItem() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief getObject
|
* @brief getObject
|
||||||
* @return The ID of the model associated with the item.
|
* @return The ID of the model associated with the item.
|
||||||
|
Loading…
Reference in New Issue
Block a user