summaryrefslogtreecommitdiff
path: root/gtk2_ardour/script_selector.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-07 22:13:45 +0200
committerRobin Gareus <robin@gareus.org>2016-04-07 23:15:44 +0200
commit75273762976933841b5c0b244c4e8f29158e5519 (patch)
tree7b441bf35793cf8e4f21cf71156dbd4ff825dba5 /gtk2_ardour/script_selector.h
parenta9a6d6da4e4990833d6b00b6415c2ed8d038ddda (diff)
fix crash when refreshing lua script list
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;