From 6207a3f99976fe03e1e325833344e8859ab1fd92 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 30 Jan 2014 22:17:35 +0100 Subject: PlaylistFile: narrow LoadPlaylistFileInfo() API to accept Path --- src/PlaylistFile.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx index 86100fcde..00e638c9a 100644 --- a/src/PlaylistFile.cxx +++ b/src/PlaylistFile.cxx @@ -137,8 +137,8 @@ playlist_errno(Error &error) static bool LoadPlaylistFileInfo(PlaylistInfo &info, - const AllocatedPath &parent_path_fs, - const AllocatedPath &name_fs) + const Path parent_path_fs, + const Path name_fs) { const char *name_fs_str = name_fs.c_str(); size_t name_length = strlen(name_fs_str); -- cgit v1.2.3