summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner2d.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-17 20:15:26 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-17 20:15:26 +0000
commite9e1800d86ef4b37f42ecb18e8efbf6095b5a92b (patch)
treec7d9dbfcf5a4ed4e96f7bbb8d3b8bd75b1ee7243 /gtk2_ardour/panner2d.h
parent1b8e8303b25b6b013367741f2b47be3585b22cb3 (diff)
GUI for VBAP panner actually does something (not the right thing, though)
git-svn-id: svn://localhost/ardour2/branches/3.0@8892 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/panner2d.h')
-rw-r--r--gtk2_ardour/panner2d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/panner2d.h b/gtk2_ardour/panner2d.h
index 4c7bd1530c..9ace95cb50 100644
--- a/gtk2_ardour/panner2d.h
+++ b/gtk2_ardour/panner2d.h
@@ -130,8 +130,7 @@ class Panner2d : public Gtk::DrawingArea
void handle_state_change ();
void handle_position_change ();
- PBD::ScopedConnection state_connection;
- PBD::ScopedConnection change_connection;
+ PBD::ScopedConnectionList connections;
/* cartesian coordinates in GTK units ; adjust to same but on a circle of radius 1.0
and centered in the middle of our area