diff --git a/include/wx/msw/imaglist.h b/include/wx/msw/imaglist.h index 2291407a2f..fde871c32e 100644 --- a/include/wx/msw/imaglist.h +++ b/include/wx/msw/imaglist.h @@ -32,7 +32,7 @@ public: // from icons), and the initial size of the list. wxImageList(int width, int height, bool mask = true, int initialCount = 1) { - m_hImageList = 0; + m_hImageList = NULL; Create(width, height, mask, initialCount); } virtual ~wxImageList();