From f00342b2d83b74aa248ba74a338fa54124537823 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sat, 12 Mar 2016 13:59:44 +0000 Subject: Some AudioGrapher classes need to be exportable now, to support newly introduced 'AnalysisGraph' class (not entirely sure why - but it might be because 'ProcessContext' is now used in multiple sources within libardour). --- libs/audiographer/audiographer/flag_debuggable.h | 2 +- libs/audiographer/audiographer/throwing.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/audiographer/audiographer/flag_debuggable.h b/libs/audiographer/audiographer/flag_debuggable.h index f5d4fbf6ed..5816fe8243 100644 --- a/libs/audiographer/audiographer/flag_debuggable.h +++ b/libs/audiographer/audiographer/flag_debuggable.h @@ -14,7 +14,7 @@ namespace AudioGrapher /// A debugging class for nodes that support a certain set of flags. template -class /*LIBAUDIOGRAPHER_API*/ FlagDebuggable : public Debuggable +class LIBAUDIOGRAPHER_API FlagDebuggable : public Debuggable { public: typedef FlagField::Flag Flag; diff --git a/libs/audiographer/audiographer/throwing.h b/libs/audiographer/audiographer/throwing.h index 8bd8415560..0d8c2a89fb 100644 --- a/libs/audiographer/audiographer/throwing.h +++ b/libs/audiographer/audiographer/throwing.h @@ -40,7 +40,7 @@ enum /*LIBAUDIOGRAPHER_API*/ ThrowLevel * logical and (short-circuiting). */ template -class /*LIBAUDIOGRAPHER_API*/ Throwing +class LIBAUDIOGRAPHER_API Throwing { protected: Throwing() {} -- cgit v1.2.3