mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Please coverity properly
This commit is contained in:
parent
2f701e6a1c
commit
5ad8815a51
@ -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;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user