WinCE build fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-08-24 17:43:42 +00:00
parent 8394f0a06b
commit a6e8c584db
3 changed files with 11 additions and 3 deletions

View File

@@ -293,7 +293,7 @@ class wxTreeItemParam
{
public:
wxTreeItemParam()
: m_item((long int)0),
: m_item(NULL),
m_data(NULL)
{
for ( size_t n = 0; n < WXSIZEOF(m_images); n++ )