only the last step-edited note remains selected after each note addition; waf install...
[ardour.git] / gtk2_ardour / splash.h
index 1c645d31cb9db61c84f1365ef64eb3362a643b76..56e159ebde46e9e825d4969c78017db2b0d0d0bd 100644 (file)
@@ -26,6 +26,8 @@
 #include <gtkmm/label.h>
 #include <gdkmm/pixbuf.h>
 
+#include "pbd/signals.h"
+
 class ARDOUR_UI;
 
 class Splash : public Gtk::Window
@@ -52,6 +54,7 @@ class Splash : public Gtk::Window
        Glib::RefPtr<Pango::Layout> layout;
 
        void boot_message (std::string);
+       PBD::ScopedConnection msg_connection;
 };
 
 #endif /* __ardour_gtk_splash_h__ */