]> git.lyx.org Git - lyx.git/commitdiff
Squash gcc warning.
authorPavel Sanda <sanda@lyx.org>
Wed, 24 Jul 2024 17:55:05 +0000 (19:55 +0200)
committerPavel Sanda <sanda@lyx.org>
Wed, 24 Jul 2024 17:55:05 +0000 (19:55 +0200)
src/insets/InsetGraphicsParams.cpp

index ab2c9ff29c02a95e613ff5e510144420b10b9d31..3741ab1186d8928a0d15aa15fb7511655b25b5cf 100644 (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();