fix lack of canvas.h
[ardour.git] / gtk2_ardour / send_ui.h
index 744469b3c931461921a598f8b467e9cb8ccc07ea..d1a49930eae9b24f40bd4fba90944b5cb59c3b55 100644 (file)
@@ -51,8 +51,8 @@ class SendUI : public Gtk::HBox
        Gtk::VBox vbox;
        Gtk::VBox hbox;
 
-       SigC::Connection screen_update_connection;
-       SigC::Connection fast_screen_update_connection;
+       sigc::connection screen_update_connection;
+       sigc::connection fast_screen_update_connection;
                
        void send_going_away (ARDOUR::Redirect*);
        void ins_changed (ARDOUR::IOChange, void*);