summaryrefslogtreecommitdiff
path: root/libs/pbd/controllable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/controllable.cc')
-rw-r--r--libs/pbd/controllable.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/controllable.cc b/libs/pbd/controllable.cc
index c79e0cb3d8..4788965c97 100644
--- a/libs/pbd/controllable.cc
+++ b/libs/pbd/controllable.cc
@@ -36,6 +36,7 @@ Controllable::Controllables Controllable::registry;
Controllable::Controllable (std::string name)
: _name (name)
+ , _touching (false)
{
if (registry_lock == 0) {
registry_lock = new Glib::Mutex;