From abfbd55305587306730d5419b8a3b09e6a43abcb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 21:59:35 +0200 Subject: fs/Path: rename to AllocatedPath The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. --- src/DecoderThread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DecoderThread.cxx') diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index 3a282451a..1f85cd835 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -27,7 +27,7 @@ #include "system/FatalError.hxx" #include "Mapper.hxx" #include "fs/Traits.hxx" -#include "fs/Path.hxx" +#include "fs/AllocatedPath.hxx" #include "DecoderAPI.hxx" #include "tag/Tag.hxx" #include "InputStream.hxx" -- cgit v1.2.3