Make OSX happy.

This commit is contained in:
dg
2021-12-07 21:02:30 +00:00
parent 4ddd7d04b5
commit 91281bb58b

View File

@@ -77,7 +77,7 @@ private:
class UIControl
{
public:
~UIControl()
virtual ~UIControl()
{
if (_owned && _control)
uiControlDestroy(_control);