diff options
Diffstat (limited to 'src/Mapper.hxx')
-rw-r--r-- | src/Mapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mapper.hxx b/src/Mapper.hxx index a535c5eec..7ff41f239 100644 --- a/src/Mapper.hxx +++ b/src/Mapper.hxx @@ -33,7 +33,7 @@ class AllocatedPath; void -mapper_init(AllocatedPath &&music_dir, AllocatedPath &&playlist_dir); +mapper_init(AllocatedPath &&playlist_dir); void mapper_finish(void); |