#pragma hdrstop
#endif
+
#include "wx/gdicmn.h"
#include "wx/brush.h"
#include "wx/pen.h"
#include "wx/font.h"
#include "wx/palette.h"
+#include "wx/log.h"
#include <string.h>
#ifdef __WXMSW__
void
wxDeleteStockObjects ()
{
-
wxDELETE(wxNORMAL_FONT);
wxDELETE(wxSMALL_FONT);
wxDELETE(wxITALIC_FONT);
wxBitmapList::~wxBitmapList ()
{
+ wxLogDebug("~wxBitmapList: count = %d", Number());
+
wxNode *node = First ();
while (node)
{