diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 19:54:38 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 19:59:09 +0200 |
commit | b76a29a69ae5412c3c1d101eefa9562990e74407 (patch) | |
tree | 5c60aa1bb5e6a8d134707291d12fb4ebb77c06c8 /src/StateFile.hxx | |
parent | abe090ec1f2255ce422f74e5b59bffc83aaff875 (diff) |
ConfigPath: return a Path object
Migrate all callers to use Path directly, instead of doing the
conversion in each caller.
Diffstat (limited to 'src/StateFile.hxx')
-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(); |