diff options
Diffstat (limited to 'src/ClashAvoider.cpp')
-rw-r--r-- | src/ClashAvoider.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ClashAvoider.cpp b/src/ClashAvoider.cpp index a4f9fbee..0ed1da73 100644 --- a/src/ClashAvoider.cpp +++ b/src/ClashAvoider.cpp @@ -152,9 +152,9 @@ numeric_suffix_start(const std::string& str) } std::string -ClashAvoider::adjust_name(const raul::Path& old_path, - const raul::Path& new_path, - std::string name) +ClashAvoider::adjust_name(const raul::Path& old_path, + const raul::Path& new_path, + const std::string& name) { const auto name_suffix_start = numeric_suffix_start(name); if (!name_suffix_start) { |