Skip to content

Commit bd1a8df

Browse files
committed
fix ci
1 parent 4506005 commit bd1a8df

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(std::move(condition)) {}
626+
explicit Conditional(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)