diff options
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r-- | src/CommandLine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |