diff options
Diffstat (limited to '')
-rw-r--r-- | src/StateFile.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/StateFile.hxx b/src/StateFile.hxx index a97e4e2c3..041650d14 100644 --- a/src/StateFile.hxx +++ b/src/StateFile.hxx @@ -42,8 +42,7 @@ class StateFile final : private TimeoutMonitor { prev_playlist_version; public: - StateFile(Path &&path, const char *path_utf8, - Partition &partition, EventLoop &loop); + StateFile(Path &&path, Partition &partition, EventLoop &loop); void Read(); void Write(); |