debug flag for session destruction and waf option for boost SP debug
[ardour.git] / libs / ardour / ardour / audiofile_tagger.h
index 1b4c49ee9bfd639c476f1d4ec9a2fbab328bedb7..0519e2233c70f5f1dba69b4387d61a2308907410 100644 (file)
@@ -27,8 +27,6 @@
 #include "taglib/taglib.h"
 #include "taglib/xiphcomment.h"
 
-using std::string;
-
 namespace ARDOUR
 {
 
@@ -40,8 +38,8 @@ class AudiofileTagger
   public:
 
        /* Tags file with metadata, return true on success */
-       
-       static bool tag_file (string const & filename, SessionMetadata const & metadata);
+
+       static bool tag_file (std::string const & filename, SessionMetadata const & metadata);
 
   private: