Please coverity properly

This commit is contained in:
Jean-Marc Lasgouttes 2017-03-02 14:47:31 +01:00
parent 2f701e6a1c
commit 5ad8815a51

View File

@ -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;
///