X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ftape_file_matcher.h;h=623bd406a813442c9a97bec64b0afc3825dcc502;hb=37905d82a611a09342faf52d01378c9b4e86a2ac;hp=59ec18e818cbd1aa1ae7bffdabe0392d85194ddd;hpb=449aab3c465bbbf66d221fac3d7ea559f1720357;p=ardour.git diff --git a/libs/ardour/ardour/tape_file_matcher.h b/libs/ardour/ardour/tape_file_matcher.h index 59ec18e818..623bd406a8 100644 --- a/libs/ardour/ardour/tape_file_matcher.h +++ b/libs/ardour/ardour/tape_file_matcher.h @@ -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 @@ -23,17 +23,17 @@ #include -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: