use zeroed scratch buffers for "silent" plugin runs
[ardour.git] / libs / ardour / ardour / tape_file_matcher.h
index 59ec18e818cbd1aa1ae7bffdabe0392d85194ddd..6c8392f46fa96ab13b500ae31f5b9ff6f064a38b 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
 
 namespace ARDOUR {
 
-using std::string;
-
 class TapeFileMatcher
 {
 public:
 
        TapeFileMatcher();
 
-       bool matches (const string& filename) const;
+       bool matches (const std::string& filename) const;
 
 private: