fix typos in prev commit
[ardour.git] / libs / ardour / ardour / importable_source.h
index fc695d88c11a0e0a7face985ecb3989a2dc8dd90..9463f0b28b772b009d6ecc7b0c5ae9318dcfee11 100644 (file)
 #define __ardour_importable_source_h__
 
 #include "pbd/failed_constructor.h"
+#include "ardour/libardour_visibility.h"
 #include "ardour/types.h"
 
 namespace ARDOUR {
 
-class ImportableSource {
+class LIBARDOUR_API ImportableSource {
 public:
        ImportableSource () {}
        virtual ~ImportableSource() {}