Add comment to fix coverity #23438.

This commit is contained in:
Richard Heck 2016-06-11 23:47:54 -04:00
parent d29732e138
commit ae676958d9

View File

@ -35,6 +35,9 @@ namespace {
class Correction { class Correction {
public: public:
/// ///
/// \brief Correction
// it is fine not to initialize from2_
// coverity[UNINIT_CTOR]
Correction() {} Correction() {}
/// ///
bool correct(MathAtom & at, char_type c) const; bool correct(MathAtom & at, char_type c) const;