summaryrefslogtreecommitdiff
path: root/libs/widgets/widgets
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-30 02:40:45 +0200
committerRobin Gareus <robin@gareus.org>2017-07-30 02:42:55 +0200
commitedcfa23e14d968605bd5f07ae6b0793229f11f2c (patch)
tree2b9db80cb33c55fabdd1ee513efc9802126b29e6 /libs/widgets/widgets
parent6f80a5ba0fc7516a14492e357fe036a9bed5638d (diff)
Binding Proxy: Drop references as requested.
Diffstat (limited to 'libs/widgets/widgets')
-rw-r--r--libs/widgets/widgets/binding_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/widgets/widgets/binding_proxy.h b/libs/widgets/widgets/binding_proxy.h
index 8ac49edb9f..4d5051382d 100644
--- a/libs/widgets/widgets/binding_proxy.h
+++ b/libs/widgets/widgets/binding_proxy.h
@@ -59,6 +59,7 @@ protected:
static guint bind_statemask;
PBD::ScopedConnection learning_connection;
+ PBD::ScopedConnection _controllable_going_away_connection;
void learning_finished ();
bool prompter_hiding (GdkEventAny *);
};