#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__
wxBitmapList::~wxBitmapList ()
{
- printf( "Count: %d.\n", Number() );
+ wxLogDebug("~wxBitmapList: count = %d", Number());
wxNode *node = First ();
while (node)