fix serious breakage with setup of plugin automatable controls/parameters, in which...
[ardour.git] / libs / ardour / audio_unit.cc
index 9c1f8948ce58e8148ba20cd90c3e346904fd60c2..a4d2dd241eb01f2ab19fd2856dbbeefbdab16075 100644 (file)
@@ -370,6 +370,7 @@ AUPlugin::AUPlugin (AudioEngine& engine, Session& session, boost::shared_ptr<CAC
        init ();
 }
 
+
 AUPlugin::AUPlugin (const AUPlugin& other)
        : Plugin (other)
        , comp (other.get_comp())