From e878c3477b543d6cf8730b3acc692e6a0ad250da Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 28 Feb 2011 19:46:29 +0000 Subject: [PATCH] adding hour constant to carbon build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/carbon/private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/osx/carbon/private.h b/include/wx/osx/carbon/private.h index fbe7ef5e13..bfcbd7132e 100644 --- a/include/wx/osx/carbon/private.h +++ b/include/wx/osx/carbon/private.h @@ -967,7 +967,8 @@ const short kwxCursorSize = 11; const short kwxCursorSizeNESW = 12; const short kwxCursorSizeNWSE = 13; const short kwxCursorRoller = 14; -const short kwxCursorLast = kwxCursorRoller; +const short kwxCursorWatch = 15; +const short kwxCursorLast = kwxCursorWatch; // exposing our fallback cursor map -- 2.50.0