diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index e343293045..c6978df34b 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -20,6 +20,8 @@ #pragma hdrstop #endif +#include "wx/log.h" + #include "wx/gdicmn.h" #include "wx/brush.h" #include "wx/pen.h" @@ -437,7 +439,7 @@ wxBitmapList::wxBitmapList () wxBitmapList::~wxBitmapList () { - printf( "Count: %d.\n", Number() ); + wxLogDebug("~wxBitmapList: count = %d", Number()); wxNode *node = First (); while (node)