Some paths weren't getting set up correctly for the MSVC build
[ardour.git] / gtk2_ardour / automation_region_view.cc
index 8466292975eff616606aef2b384547401cc12652..8354e16b10425683b232c4f9fbb653dda85c3e6a 100644 (file)
@@ -68,6 +68,7 @@ AutomationRegionView::AutomationRegionView (ArdourCanvas::Container*
 
 AutomationRegionView::~AutomationRegionView ()
 {
+       in_destructor = true;
        RegionViewGoingAway (this); /* EMIT_SIGNAL */
 }