summaryrefslogtreecommitdiff
path: root/gtk2_ardour/foldback_strip.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2019-02-22 13:39:17 -0800
committerLen Ovens <len@ovenwerks.net>2019-08-26 17:48:22 -0700
commitfe1442dec9eed5779f15448c36e432670d434a90 (patch)
tree92a8c61ca72a54408df48bc4be1acb18bc42ec48 /gtk2_ardour/foldback_strip.h
parent5414728c18e577740817f84ecbd014cbd8c73559 (diff)
Fix processor box for no crash on click
Diffstat (limited to 'gtk2_ardour/foldback_strip.h')
-rw-r--r--gtk2_ardour/foldback_strip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/foldback_strip.h b/gtk2_ardour/foldback_strip.h
index 085e46a812..5e474804e6 100644
--- a/gtk2_ardour/foldback_strip.h
+++ b/gtk2_ardour/foldback_strip.h
@@ -148,6 +148,7 @@ private:
bool _mixer_owned;
Width _width;
void* _width_owner;
+ ARDOUR::Session* _session;
Gtk::EventBox spacer;
Gtk::VBox send_display;