remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / tape_file_matcher.h
index ff6e23dc796abe42c5ebd28dd837978413fe1fa8..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>
 
+#include "ardour/libardour_visibility.h"
+
 namespace ARDOUR {
 
-class TapeFileMatcher
+class LIBARDOUR_API TapeFileMatcher
 {
 public: