1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Mac build band-aid

This commit is contained in:
Paul Licameli
2019-12-17 14:30:04 -05:00
parent ccfd2f1c80
commit 826e50b366
2 changed files with 21 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ public:
virtual ~NativeWindow()
{
GetPeer()->RemoveFromParent();
m_peer = NULL;
SetPeer( nullptr );
}
bool Create(wxWindow* parent, WXWidget view)