mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Squash gcc warning.
This commit is contained in:
parent
393f65c737
commit
307d59cdb9
@ -76,7 +76,7 @@ void InsetGraphicsParams::init()
|
||||
clip = false; // clip image
|
||||
darkModeSensitive = false; // dark mode dependency
|
||||
|
||||
rotateAngle = "0"; // angle of rotation in degrees
|
||||
rotateAngle = string("0"); // angle of rotation in degrees
|
||||
rotateOrigin.erase(); // Origin of rotation
|
||||
special.erase(); // additional userdefined stuff
|
||||
groupId.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user