From ae676958d922068ff5890f29d7cf983c7ae00b6a Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 11 Jun 2016 23:47:54 -0400 Subject: [PATCH] Add comment to fix coverity #23438. --- src/mathed/MathAutoCorrect.cpp | 3 +++ 1 file changed, 3 insertions(+) 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;