Some AudioGrapher classes need to be exportable now, to support newly introduced...
[ardour.git] / libs / audiographer / audiographer / flag_debuggable.h
index f5d4fbf6ed5ed6eec222cc736b1af3b9014855ff..5816fe8243a7ca5e6760690e50539a6b848be63d 100644 (file)
@@ -14,7 +14,7 @@ namespace AudioGrapher
 
 /// A debugging class for nodes that support a certain set of flags.
 template<DebugLevel L = DEFAULT_DEBUG_LEVEL>
-class /*LIBAUDIOGRAPHER_API*/ FlagDebuggable : public Debuggable<L>
+class LIBAUDIOGRAPHER_API FlagDebuggable : public Debuggable<L>
 {
   public:
        typedef FlagField::Flag Flag;