add an Amp to Delivery, remove it from Send, make use of this in various ::run()...
[ardour.git] / libs / gtkmm2ext / application.cc
index 54efb4773fbf51bac160378076a96ab7cba2a77a..eb1cea1b5f3402cdd7064197cd8b61b898723a6a 100644 (file)
@@ -58,6 +58,12 @@ Application::ready ()
        gtk_application_ready ();
 }
 
+void
+Application::hide ()
+{
+    gtk_application_hide ();
+}
+
 void
 Application::cleanup ()
 {