From d22519f62bcd1325f1e7cc920a115b68fccd1922 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 9 Mar 2015 21:10:04 +0000 Subject: V801: Decreased performance Change-Id: Id8cd45d2844c121f63684734ab3546c24a1aab32 --- helpcompiler/inc/HelpCompiler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/inc/HelpCompiler.hxx') diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx index e686c7454522..1fbcaefcd608 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -126,7 +126,7 @@ namespace fs void append(const std::string &in) { append(in.c_str()); } }; - void create_directory(const fs::path indexDirName); + void create_directory(const fs::path& indexDirName); void copy(const fs::path &src, const fs::path &dest); } -- cgit