From 5ad8815a5173fa30376b6a72bea420cfcd185c40 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 2 Mar 2017 14:47:31 +0100 Subject: [PATCH] Please coverity properly --- src/mathed/MathAutoCorrect.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mathed/MathAutoCorrect.cpp b/src/mathed/MathAutoCorrect.cpp index 17431114b8..8f1d5b8f40 100644 --- a/src/mathed/MathAutoCorrect.cpp +++ b/src/mathed/MathAutoCorrect.cpp @@ -36,9 +36,7 @@ class Correction { public: /// /// \brief Correction - // it is fine not to initialize from2_ - // coverity[UNINIT_CTOR] - Correction() {} + Correction() : from2_(0) {} /// bool correct(MathAtom & at, char_type c) const; /// -- 2.39.2