mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Fix scope of Destroy decl
This commit is contained in:
parent
4a59ea37a8
commit
96e14fecbf
@ -26,9 +26,10 @@ class MxEventPresenter : public MxMediaPresenter
|
|||||||
return !strcmp(name, MxEventPresenter::ClassName()) || MxMediaPresenter::IsA(name);
|
return !strcmp(name, MxEventPresenter::ClassName()) || MxMediaPresenter::IsA(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual void Destroy() override; // vtable+0x38
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void Init();
|
void Init();
|
||||||
virtual void Destroy() override;
|
|
||||||
|
|
||||||
undefined4 *m_unk50;
|
undefined4 *m_unk50;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user