From: Richard Heck Date: Sun, 12 Jun 2016 03:47:54 +0000 (-0400) Subject: Add comment to fix coverity #23438. X-Git-Tag: 2.3.0alpha1~1486 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ae676958d922068ff5890f29d7cf983c7ae00b6a;p=features.git Add comment to fix coverity #23438. --- diff --git a/src/mathed/MathAutoCorrect.cpp b/src/mathed/MathAutoCorrect.cpp index 3e1405b3dc..2af6c4b77d 100644 --- a/src/mathed/MathAutoCorrect.cpp +++ b/src/mathed/MathAutoCorrect.cpp @@ -35,6 +35,9 @@ namespace { class Correction { public: /// + /// \brief Correction + // it is fine not to initialize from2_ + // coverity[UNINIT_CTOR] Correction() {} /// bool correct(MathAtom & at, char_type c) const;