aboutsummaryrefslogtreecommitdiffstats
path: root/src/ExcludeList.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ExcludeList.hxx')
-rw-r--r--src/ExcludeList.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExcludeList.hxx b/src/ExcludeList.hxx
index f3dc1f057..7111465a3 100644
--- a/src/ExcludeList.hxx
+++ b/src/ExcludeList.hxx
@@ -73,7 +73,7 @@ public:
* Checks whether one of the patterns in the .mpdignore file matches
* the specified file name.
*/
- bool Check(const char *name_fs) const;
+ bool Check(const Path &name_fs) const;
};