change name of a Session method to makes its intended function clear
[ardour.git] / libs / ardour / ardour / audiofile_tagger.h
index 9a46e235d8574944e64c1d2bb39cb44bb4a9f6ae..88789f9036545c39d7a9654f2c15afcccf25c2f8 100644 (file)
 
 #include <string>
 
-#include "taglib/tag.h"
-#include "taglib/toolkit/taglib.h"
-#include "taglib/ogg/xiphcomment.h"
+#include <taglib/tag.h>
+#include <taglib/taglib.h>
+#include <taglib/xiphcomment.h>
+
+#include "ardour/libardour_visibility.h"
 
 namespace ARDOUR
 {
@@ -33,7 +35,7 @@ namespace ARDOUR
 class SessionMetadata;
 
 /// Class with static functions for tagging audiofiles
-class AudiofileTagger
+class LIBARDOUR_API AudiofileTagger
 {
   public: