aboutsummaryrefslogtreecommitdiffstats
path: root/src/ExcludeList.hxx
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2013-05-05 14:58:07 +0600
committerDenis Krjuchkov <denis@crazydev.net>2013-05-06 23:34:48 +0600
commit96019f4a025bfd918673f7c628f92423aef72276 (patch)
tree76e2f4ff940dc95eac662f46b90f22734af9b555 /src/ExcludeList.hxx
parent896015bf533c6bbca3026f6d47400d7241a3935a (diff)
downloadmpd-96019f4a025bfd918673f7c628f92423aef72276.tar.gz
mpd-96019f4a025bfd918673f7c628f92423aef72276.tar.xz
mpd-96019f4a025bfd918673f7c628f92423aef72276.zip
UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8
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;
};