mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Initialize object properly
Fixes coverity issue 23363
This commit is contained in:
parent
afeae62f3f
commit
1d2b7fb1ec
@ -22,7 +22,7 @@ namespace lyx {
|
||||
class Author {
|
||||
public:
|
||||
///
|
||||
Author() {}
|
||||
Author() : used_(false), buffer_id_(0) {};
|
||||
///
|
||||
Author(docstring const & name, docstring const & email);
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user