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/CommandLine.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CommandLine.cxx') diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 22f0ccc02..b55f2bec4 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -32,6 +32,7 @@ #include "PlaylistRegistry.hxx" #include "PlaylistPlugin.hxx" #include "fs/Path.hxx" +#include "fs/Traits.hxx" #include "fs/FileSystem.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" @@ -136,7 +137,7 @@ static const char *summary = gcc_pure static Path -PathBuildChecked(const Path &a, Path::const_pointer b) +PathBuildChecked(const Path &a, PathTraits::const_pointer b) { if (a.IsNull()) return Path::Null(); -- cgit v1.2.3