Merge branch 'master' into cairocanvas
[ardour.git] / libs / ardour / ardour / data_type.h
index b4129e26296f4b61a2a721f3c4ad1ee765d71d8a..2a4514a5cf2110dd066b257937ffd2704cd4ad13 100644 (file)
@@ -24,6 +24,8 @@
 #include <stdint.h>
 #include <glib.h>
 
+#include "ardour/libardour_visibility.h"
+
 namespace ARDOUR {
 
 /** A type of Data Ardour is capable of processing.
@@ -32,7 +34,7 @@ namespace ARDOUR {
  * other type representations, simple comparison between then, etc.  This code
  * is deliberately 'ugly' so other code doesn't have to be.
  */
-class DataType
+class LIBARDOUR_API DataType
 {
 public:
        /** Numeric symbol for this DataType.