Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 657 of file explorer.cpp.
Referenced by ShellBrowser::invalidate_cache(), and Entry::~Entry().
{ IconMap::iterator found = _icons.find(icon_id); if (found != _icons.end()) { Icon& icon = found->second; if (icon.destroy()) _icons.erase(found); } }