summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tape_file_matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/tape_file_matcher.h')
-rw-r--r--libs/ardour/ardour/tape_file_matcher.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/ardour/tape_file_matcher.h b/libs/ardour/ardour/tape_file_matcher.h
index 59ec18e818..ff6e23dc79 100644
--- a/libs/ardour/ardour/tape_file_matcher.h
+++ b/libs/ardour/ardour/tape_file_matcher.h
@@ -25,15 +25,13 @@
namespace ARDOUR {
-using std::string;
-
class TapeFileMatcher
{
public:
TapeFileMatcher();
- bool matches (const string& filename) const;
+ bool matches (const std::string& filename) const;
private: