rollback to 3428, before the mysterious removal of libs/* at 3431/3432
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / pathlist.h
index 7b86e016f7e54372748e09aa8eda1f5197093eda..f4a5973d5ae380a794dfd76c400ad6fe0bc8d7ed 100644 (file)
@@ -36,7 +36,7 @@ class PathList : public Gtk::VBox
        std::vector<std::string> get_paths ();
        void set_paths (std::vector<std::string> paths);
        
-       sigc::signal<void> paths_updated;
+       sigc::signal<void> PathsUpdated;
        
   protected:
        Gtk::Button    add_btn;