From 75273762976933841b5c0b244c4e8f29158e5519 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 7 Apr 2016 22:13:45 +0200 Subject: fix crash when refreshing lua script list --- gtk2_ardour/script_selector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/script_selector.h') 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; -- cgit v1.2.3