Fix the tempo note-type hallucination.
[ardour.git] / libs / ardour / ardour / export_preset.h
index 595cfaf9bfa7b5d5473851c967f68a9ff377f146..b11ab75babcc985f63421bbf268359b133285c60 100644 (file)
 #include "pbd/uuid.h"
 #include "pbd/xml++.h"
 
+#include "ardour/libardour_visibility.h"
+
 namespace ARDOUR
 {
 
 class Session;
 
-class ExportPreset {
+class LIBARDOUR_API ExportPreset {
   public:
        ExportPreset (std::string filename, Session & s);
        ~ExportPreset ();
@@ -53,7 +55,7 @@ class ExportPreset {
 
   private:
 
-       void set_id (std::string id);
+       void set_id (std::string const & id);
 
        XMLNode * get_instant_xml () const;
        void save_instant_xml () const;