mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-08 07:25:39 +01:00
Define BasicUI::WindowPlacement and subclass for wxWidgets...
... An elaborate way to hold a wxWindow* as parent of a window, but avoiding mention of wxWindow* in the member functions of BasicUI::Services, to be defined next
This commit is contained in:
@@ -13,6 +13,8 @@ Paul Licameli
|
||||
#include <vector>
|
||||
|
||||
namespace BasicUI {
|
||||
WindowPlacement::~WindowPlacement() = default;
|
||||
|
||||
Services::~Services() = default;
|
||||
|
||||
static Services *theInstance = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user