Squash gcc warning.

This commit is contained in:
Pavel Sanda 2024-07-24 19:55:05 +02:00
parent 393f65c737
commit 307d59cdb9

View File

@ -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();