Another fix :-/

This commit is contained in:
andre@woesten.com 2008-09-09 08:02:50 +00:00
parent 50b030e783
commit 5dd66db567

View File

@ -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)
}
}