fix leak of Panner,Pannable and MonoPanner (UI)
[ardour.git] / gtk2_ardour / port_group.h
index f0bb1c4c58ef0c57f62393042a43297555992009..1deff384327d78a36761d1c2528733d7526bbdba 100644 (file)
@@ -75,7 +75,7 @@ public:
            boost::shared_ptr<ARDOUR::Bundle> bundle;
            /** IO whose ports are in the bundle, or 0.  This is so that we can do things like adding
                ports to the IO from matrix editor menus. */
-           boost::weak_ptr<ARDOUR::IO> io; 
+           boost::weak_ptr<ARDOUR::IO> io;
            Gdk::Color colour;
            bool has_colour;
            PBD::ScopedConnection changed_connection;