mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Revert "Remove unneeded std::move"
This confuses gcc 4.9
This reverts commit 44e88a4c13
.
This commit is contained in:
parent
bf99ece736
commit
41c0fc171a
@ -74,7 +74,7 @@ Changer MetricsBase::changeFontSet(string const & name)
|
|||||||
&& ((isTextFont(oldname) && oldcolor != Color_foreground)
|
&& ((isTextFont(oldname) && oldcolor != Color_foreground)
|
||||||
|| (isMathFont(oldname) && oldcolor != Color_math)))
|
|| (isMathFont(oldname) && oldcolor != Color_math)))
|
||||||
font.setColor(oldcolor);
|
font.setColor(oldcolor);
|
||||||
return rc;
|
return move(rc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user