From b3611524f45c2a478f9decd6d22ecd1dbbbb64b9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 23:23:25 +0200 Subject: fs/Path: move definitions to struct PathTraits --- src/DecoderThread.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/DecoderThread.cxx') diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index a02bd9ee6..3a282451a 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -26,6 +26,7 @@ #include "Song.hxx" #include "system/FatalError.hxx" #include "Mapper.hxx" +#include "fs/Traits.hxx" #include "fs/Path.hxx" #include "DecoderAPI.hxx" #include "tag/Tag.hxx" @@ -153,7 +154,7 @@ decoder_file_decode(const struct decoder_plugin *plugin, assert(decoder->stream_tag == NULL); assert(decoder->decoder_tag == NULL); assert(path != NULL); - assert(Path::IsAbsoluteFS(path)); + assert(PathTraits::IsAbsoluteFS(path)); assert(decoder->dc->state == DecoderState::START); FormatDebug(decoder_thread_domain, "probing plugin %s", plugin->name); -- cgit v1.2.3