mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Initialize members correctly.
Spotted by coverity.
This commit is contained in:
parent
db9f6903e4
commit
b08cb7fb30
@ -1631,8 +1631,8 @@ private:
|
|||||||
std::vector<docstring> terms_; // Up to three entries, in general.
|
std::vector<docstring> terms_; // Up to three entries, in general.
|
||||||
docstring sort_as_;
|
docstring sort_as_;
|
||||||
docstring command_;
|
docstring command_;
|
||||||
bool has_start_range_;
|
bool has_start_range_ = false;
|
||||||
bool has_end_range_;
|
bool has_end_range_ = false;
|
||||||
docstring see_;
|
docstring see_;
|
||||||
vector<docstring> see_alsoes_;
|
vector<docstring> see_alsoes_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user