Binding Proxy: Drop references as requested.

This commit is contained in:
Robin Gareus 2017-07-30 02:40:45 +02:00
parent 6f80a5ba0f
commit edcfa23e14
2 changed files with 16 additions and 0 deletions

View file

@ -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 *);
};