Added constructor to initialize all members.
This commit is contained in:
parent
61ce2a151a
commit
a51d55b939
1 changed files with 7 additions and 0 deletions
|
@ -1074,6 +1074,13 @@ static bool kde_style = false;
|
|||
|
||||
struct wnotify
|
||||
{
|
||||
wnotify()
|
||||
: id()
|
||||
, owner()
|
||||
, message()
|
||||
{
|
||||
}
|
||||
|
||||
uint32_t id;
|
||||
std::string owner;
|
||||
std::string message;
|
||||
|
|
Loading…
Add table
Reference in a new issue