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() {}