mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
uninitialized variable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34743 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2bb7b6d4ea
commit
62d537b5da
@ -32,7 +32,7 @@ namespace html {
|
||||
/// be escaped before being passed to the constructor.
|
||||
struct StartTag {
|
||||
///
|
||||
explicit StartTag(std::string const & tag) : tag_(tag) {}
|
||||
explicit StartTag(std::string const & tag) : tag_(tag), keepempty_(false) {}
|
||||
///
|
||||
explicit StartTag(std::string const & tag, std::string const & attr,
|
||||
bool keepempty = false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user