wxBitmapList::~wxBitmapList ()
{
- wxLogDebug("~wxBitmapList: count = %d", Number());
#ifdef __WXMSW__
wxNode *node = First ();
wxFontList::~wxFontList ()
{
-#ifdef __WXMSW__
wxNode *node = First ();
while (node)
{
delete font;
node = next;
}
-#endif
}
void wxFontList::AddFont (wxFont * font)