1 parent 4506005 commit bd1a8dfCopy full SHA for bd1a8df
1 file changed
lib/importproject.cpp
@@ -623,7 +623,7 @@ namespace {
623
if (condAttr)
624
mCondition = condAttr;
625
}
626
- explicit Conditional(const std::string& condition) : mCondition(std::move(condition)) {}
+ explicit Conditional(std::string condition) : mCondition(std::move(condition)) {}
627
628
static void replaceAll(std::string &c, const std::string &from, const std::string &to) {
629
std::string::size_type pos;
0 commit comments