Initialize all members.
This commit is contained in:
parent
0e5bcfe5b5
commit
52b2dea475
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
twml_message_(const std::string& title, const std::string& message,
|
||||
const std::string portrait, const bool mirror)
|
||||
: title_(title)
|
||||
, image_("")
|
||||
, message_(message)
|
||||
, portrait_(portrait)
|
||||
, mirror_(mirror)
|
||||
|
|
Loading…
Add table
Reference in a new issue