]> 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>
Thu, 25 Jul 2024 09:52:20 +0000 (11:52 +0200)
src/insets/InsetGraphicsParams.cpp

index 9f6ffbb901ecbca5e387869c83d887a247582622..bf70d000c60cf55b9a4a0acc5a125dbbeb228295 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();