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:
parent
39cf86f056
commit
0e48687c27
@ -15,6 +15,8 @@ protected:
|
||||
{}
|
||||
public:
|
||||
|
||||
virtual ~InventoryItem() {}
|
||||
|
||||
/**
|
||||
* @brief getObject
|
||||
* @return The ID of the model associated with the item.
|
||||
|
Loading…
Reference in New Issue
Block a user