Skip to content

Commit 4506005

Browse files
committed
fix ci
1 parent ae069b5 commit 4506005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/importproject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ namespace {
623623
if (condAttr)
624624
mCondition = condAttr;
625625
}
626-
explicit Conditional(const std::string &condition) : mCondition(condition) {}
626+
explicit Conditional(const std::string& condition) : mCondition(std::move(condition)) {}
627627

628628
static void replaceAll(std::string &c, const std::string &from, const std::string &to) {
629629
std::string::size_type pos;

0 commit comments

Comments
 (0)