From f20ad12c585a0bca3b2de19fe5a4b6cb89de21c6 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Thu, 13 Dec 2001 07:10:39 +0000 Subject: [PATCH] Vadim, please check this, I think it's what you meant 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/cursor.cpp b/src/msw/cursor.cpp index 0fda188e92..756308ebd2 100644 --- a/src/msw/cursor.cpp +++ b/src/msw/cursor.cpp @@ -96,7 +96,7 @@ wxCursorRefData::wxCursorRefData() m_width = 32; m_height = 32; - refData->m_destroyCursor = TRUE; + m_destroyCursor = TRUE; } void wxCursorRefData::Free() -- 2.49.0