summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_processor_selection.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-11-10 23:04:12 +0100
committerRobin Gareus <robin@gareus.org>2016-11-10 23:20:58 +0100
commit9990da35d849f6cbb748062d161062cc5fd6640a (patch)
treeeaea01c7d1a88aa8f6150eba88761f14236f518b /gtk2_ardour/route_processor_selection.h
parent33942e6d5262610b9e62d7a95d144cfa343609a6 (diff)
prevent crash during track-deletion (un-selecting deleted tracks)
Diffstat (limited to 'gtk2_ardour/route_processor_selection.h')
-rw-r--r--gtk2_ardour/route_processor_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_processor_selection.h b/gtk2_ardour/route_processor_selection.h
index 6c037d7bd9..a4d6f0f1a4 100644
--- a/gtk2_ardour/route_processor_selection.h
+++ b/gtk2_ardour/route_processor_selection.h
@@ -58,7 +58,7 @@ class RouteProcessorSelection : public PBD::ScopedConnectionList, public sigc::t
private:
void removed (AxisView*);
- bool _no_route_change_signal;
+ static unsigned int _no_route_change_signal;
};