]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datavcmn.cpp
ensure that the copies of the bitmap passed to wxMemoryDC ctor are not modified when...
[wxWidgets.git] / src / common / datavcmn.cpp
index 5edb1147bd3d748e180d94ca9321d9ca4669632b..54cf95900200e4f586845440b207b7e76f4d156c 100644 (file)
@@ -41,7 +41,7 @@ bool operator == (const wxDataViewItem &left, const wxDataViewItem &right)
 #ifdef __WXDEBUG__
 void wxDataViewItem::Print(const wxString& text) const
 {
-    wxPrintf(wxT("item %s: %l\n"), text.GetData(), (long)m_id);
+    wxPrintf(wxT("item %s: %lu\n"), text.GetData(), wxPtrToUInt(m_id));
 }
 #endif