mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +00:00
Another fix :-/
This commit is contained in:
parent
50b030e783
commit
5dd66db567
@ -65,7 +65,7 @@ SysTray::~SysTray()
|
||||
{
|
||||
// iterate through list and delete icons
|
||||
for(IconList::iterator i = SysTray::iconList.begin(); i != SysTray::iconList.end(); ++i) {
|
||||
::Shell_NotifyIcon(NIM_DELETE, i->second)
|
||||
::Shell_NotifyIcon(NIM_DELETE, &i->second)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user