diff options
Diffstat (limited to 'src/ExcludeList.hxx')
-rw-r--r-- | src/ExcludeList.hxx | 2 |
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; }; |