mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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)
|
||||
|| (isMathFont(oldname) && oldcolor != Color_math)))
|
||||
font.setColor(oldcolor);
|
||||
return rc;
|
||||
return move(rc);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user