summaryrefslogtreecommitdiff
path: root/gtk2_ardour/script_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/script_selector.h')
-rw-r--r--gtk2_ardour/script_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/script_selector.h b/gtk2_ardour/script_selector.h
index 810aafb800..b249cfe273 100644
--- a/gtk2_ardour/script_selector.h
+++ b/gtk2_ardour/script_selector.h
@@ -39,7 +39,7 @@ private:
Gtk::Label _author;
Gtk::Label _description;
- ARDOUR::LuaScriptList & _scripts;
+ ARDOUR::LuaScriptList _scripts;
ARDOUR::LuaScriptInfoPtr _script;
ARDOUR::LuaScriptInfo::ScriptType _script_type;
sigc::connection _combocon;