Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing...
[ardour.git] / libs / ardour / ardour / audiofile_tagger.h
index 13e6671068cdde18e845046ee8f5b2db18dec9ad..0519e2233c70f5f1dba69b4387d61a2308907410 100644 (file)
 #include "taglib/taglib.h"
 #include "taglib/xiphcomment.h"
 
-using std::string;
-
 namespace ARDOUR
 {
 
 class SessionMetadata;
 
-/// Clas with static functions for tagging audiofiles
+/// Class with static functions for tagging audiofiles
 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: