mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Squash gcc warning.
This commit is contained in:
parent
2baa292314
commit
df313e9920
@ -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