From 0a6c4c31b2a9e79c9c0119202f9e50e123f98ac6 Mon Sep 17 00:00:00 2001 From: Denis Krjuchkov Date: Thu, 5 Dec 2013 03:53:43 +0600 Subject: fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 --- src/CommandLine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CommandLine.cxx') diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 8d5b0dd31..5d4f1e7b2 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -188,7 +188,7 @@ static void help(void) gcc_pure static AllocatedPath -PathBuildChecked(const AllocatedPath &a, PathTraits::const_pointer b) +PathBuildChecked(const AllocatedPath &a, PathTraitsFS::const_pointer b) { if (a.IsNull()) return AllocatedPath::Null(); -- cgit v1.2.3