mirror of
https://github.com/izzy2lost/libultraship.git
synced 2026-06-19 01:16:13 -07:00
Make GuiElement's destructor virtual (#871)
This commit is contained in:
@@ -7,7 +7,7 @@ class GuiElement {
|
||||
public:
|
||||
GuiElement(bool isVisible);
|
||||
GuiElement();
|
||||
~GuiElement();
|
||||
virtual ~GuiElement();
|
||||
|
||||
void Init();
|
||||
virtual void Draw() = 0;
|
||||
|
||||
Reference in New Issue
Block a user