summaryrefslogtreecommitdiff
path: root/libs/ardour/stripable.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-03-12 16:54:18 +0100
committerRobin Gareus <robin@gareus.org>2017-03-12 16:54:18 +0100
commitbe6bfd12ebfa9b3c394fc67c8f3299fe0755c11b (patch)
tree73f987081d9319817ded39c8287e12dff07fcbe6 /libs/ardour/stripable.cc
parent52b203ad36d07e50c704babb8b7f2e506b67137c (diff)
Preparations to keep track of stripable color-dialogs.
This follows the same concept as plugin-UIs (keep a pointer in the backend) to prevent multiple instances to be created from various TAVs and RouteUIs (mixer, editor-mixer, meterbridge,..)
Diffstat (limited to 'libs/ardour/stripable.cc')
-rw-r--r--libs/ardour/stripable.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/stripable.cc b/libs/ardour/stripable.cc
index 135526f2a3..c2f5b7239a 100644
--- a/libs/ardour/stripable.cc
+++ b/libs/ardour/stripable.cc
@@ -35,6 +35,7 @@ using std::string;
Stripable::Stripable (Session& s, string const & name, PresentationInfo const & pi)
: SessionObject (s, name)
, _presentation_info (pi)
+ , _active_color_picker (0)
{
}