mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Fix uninitialized member in Floating constructor
Fixes coverity issue 23402.
This commit is contained in:
parent
3705fd4eba
commit
1e94fc4fea
@ -26,7 +26,7 @@ namespace lyx {
|
||||
class Floating {
|
||||
public:
|
||||
///
|
||||
Floating() {}
|
||||
Floating() : usesfloatpkg_(false), ispredefined_(false) {}
|
||||
///
|
||||
Floating(std::string const & type, std::string const & placement,
|
||||
std::string const & ext, std::string const & within,
|
||||
|
Loading…
x
Reference in New Issue
Block a user