mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix compilation
This commit is contained in:
parent
06dfba2677
commit
f8469a49ed
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ ArdourDialog::~ArdourDialog ()
|
||||||
Keyboard::the_keyboard ().focus_out_window (nullptr, this);
|
Keyboard::the_keyboard ().focus_out_window (nullptr, this);
|
||||||
WM::Manager::instance ().remove (proxy);
|
WM::Manager::instance ().remove (proxy);
|
||||||
proxy->explicit_delete ();
|
proxy->explicit_delete ();
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
ArdourDialog::disallow_idle ()
|
ArdourDialog::disallow_idle ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue