mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix missing dtor
This commit is contained in:
parent
fd21d7a41c
commit
c7ba07b41e
@ -49,6 +49,9 @@ class LegoMemory : public LegoStorage {
|
|||||||
virtual LegoResult GetPosition(LegoU32& p_position);
|
virtual LegoResult GetPosition(LegoU32& p_position);
|
||||||
virtual LegoResult SetPosition(LegoU32 p_position);
|
virtual LegoResult SetPosition(LegoU32 p_position);
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x10045a80
|
||||||
|
// LegoMemory::~LegoMemory
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x100990f0
|
// SYNTHETIC: LEGO1 0x100990f0
|
||||||
// LegoMemory::`scalar deleting destructor'
|
// LegoMemory::`scalar deleting destructor'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user