Insert new LocationEditRow on location add, rather than rebuilding the whole VBox...
[ardour.git] / libs / ardour / plugin.cc
index 4971c57deb6171bb93f9cb2f8372fb37102afd9d..9bbe21aabf652ebe6d300979636c85cdaba7f92f 100644 (file)
@@ -142,7 +142,7 @@ Plugin::get_presets()
 }
 
 bool
-Plugin::load_preset(const string preset_uri)
+Plugin::load_preset(const string& preset_uri)
 {
        lrdf_defaults* defs = lrdf_get_setting_values(preset_uri.c_str());