From 96faa622eec46c5787445e02ebd579c6c06717d0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 16 May 2016 16:34:53 -0400 Subject: fwd declaration of Stripable and associated lists --- libs/ardour/ardour/types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/ardour/types.h') diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index bd866141d5..856ba7197b 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -52,6 +52,7 @@ namespace ARDOUR { class AudioSource; class Route; class Region; + class Stripable; class VCA; class AutomationControl; @@ -566,7 +567,9 @@ namespace ARDOUR { typedef std::list AnalysisFeatureList; typedef std::list > RouteList; + typedef std::list > StripableList; typedef std::list > WeakRouteList; + typedef std::list > WeakStripableList; typedef std::list > ControlList; typedef std::list > VCAList; -- cgit v1.2.3