remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / tape_file_matcher.h
index 59ec18e818cbd1aa1ae7bffdabe0392d85194ddd..623bd406a813442c9a97bec64b0afc3825dcc502 100644 (file)
@@ -1,5 +1,5 @@
 /*
-       Copyright (C) 2007 Tim Mayberry 
+       Copyright (C) 2007 Tim Mayberry
 
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
 
 #include <regex.h>
 
-namespace ARDOUR {
+#include "ardour/libardour_visibility.h"
 
-using std::string;
+namespace ARDOUR {
 
-class TapeFileMatcher
+class LIBARDOUR_API TapeFileMatcher
 {
 public:
 
        TapeFileMatcher();
 
-       bool matches (const string& filename) const;
+       bool matches (const std::string& filename) const;
 
 private: