Fix DSP load sorting with inactive plugins
[ardour.git] / gtk2_ardour / foldback_strip.h
index 32279c8165e1df348aa6ef1d5e51fd6affac0046..f912c5008f784cd845157388be9b303fad0d4343 100644 (file)
@@ -131,7 +131,7 @@ public:
        void revert_to_default_display ();
 
        /** @return the delivery that is being edited using our fader; it will be the
-        *  last send passed to ::show_send, or our route's main out delivery.
+        *  last send passed to show_send(), or our route's main out delivery.
         */
        boost::shared_ptr<ARDOUR::Delivery> current_delivery () const {
                return _current_delivery;