Fix initializer
This commit is contained in:
parent
22e6f15795
commit
b0e5039951
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ NotifyIcon::NotifyIcon(NotifyIconHost* host,
|
||||||
icon_id_(id),
|
icon_id_(id),
|
||||||
window_(window),
|
window_(window),
|
||||||
message_id_(message),
|
message_id_(message),
|
||||||
menu_model_(NULL),
|
menu_model_(NULL) {
|
||||||
has_tray_app_id_hash_(false) {
|
|
||||||
NOTIFYICONDATA icon_data;
|
NOTIFYICONDATA icon_data;
|
||||||
InitIconData(&icon_data);
|
InitIconData(&icon_data);
|
||||||
icon_data.uFlags |= NIF_MESSAGE;
|
icon_data.uFlags |= NIF_MESSAGE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue