NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / audiographer / audiographer / debug_utils.h
index 693c50064ce266fda3b3b8e3154dc90581de17f8..410567d51b7cb74537fee9113af13b7dd2430742 100644 (file)
 #include <cstdlib>
 #endif
 
+#include "audiographer/visibility.h"
+
 namespace AudioGrapher
 {
 
 /// Utilities for debugging
-struct DebugUtils
+struct LIBAUDIOGRAPHER_API DebugUtils
 {
        /// Returns the demangled name of the object passed as the parameter
        template<typename T>
@@ -32,7 +34,7 @@ struct DebugUtils
 #endif
                return typeid(obj).name();
        }
-       
+
        /// Returns name of ProcessContext::Flag
        static std::string process_context_flag_name (FlagField::Flag flag);
 };