Move panner bypass state up to the PannerShell so that it is preserved even when...
[ardour.git] / gtk2_ardour / lv2_plugin_ui.h
index a6606c64dd5a59523109188b2b7375233b8dad8f..b9d644081c775680beca1ad87bbc1898caf8cddc 100644 (file)
@@ -61,7 +61,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
   private:
 
        void parameter_changed (uint32_t, float);
-       
+
        boost::shared_ptr<ARDOUR::LV2Plugin> _lv2;
        std::vector<int> _output_ports;
        sigc::connection _screen_update_connection;