From: Pavel Sanda Date: Wed, 24 Jul 2024 17:55:05 +0000 (+0200) Subject: Squash gcc warning. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=307d59cdb9a51105404d8e82a48a6c619c9df0f7;p=lyx.git Squash gcc warning. --- diff --git a/src/insets/InsetGraphicsParams.cpp b/src/insets/InsetGraphicsParams.cpp index ab2c9ff29c..3741ab1186 100644 --- a/src/insets/InsetGraphicsParams.cpp +++ b/src/insets/InsetGraphicsParams.cpp @@ -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();