]> git.saurik.com Git - wxWidgets.git/commitdiff
Vadim, please check this, I think it's what you meant
authorRon Lee <ron@debian.org>
Thu, 13 Dec 2001 07:10:39 +0000 (07:10 +0000)
committerRon Lee <ron@debian.org>
Thu, 13 Dec 2001 07:10:39 +0000 (07:10 +0000)
and doesn't build for me otherwise.  Thanks.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/cursor.cpp

index 0fda188e921337c83c9b323f952ca06b369868f4..756308ebd22a88e1acae7a9130ff5d36811132b0 100644 (file)
@@ -96,7 +96,7 @@ wxCursorRefData::wxCursorRefData()
   m_width = 32;
   m_height = 32;
 
-  refData->m_destroyCursor = TRUE;
+  m_destroyCursor = TRUE;
 }
 
 void wxCursorRefData::Free()