]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wxStockCursor realted compile error
authorRobin Dunn <robin@alldunn.com>
Wed, 24 Sep 2008 23:41:25 +0000 (23:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 24 Sep 2008 23:41:25 +0000 (23:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/dnd.cpp

index baf0e8885d4220df7012e6d80eb16cfce98c8ffc..7982c1357b7efe97b9547502347ad628f8db3aad 100644 (file)
@@ -466,7 +466,7 @@ pascal OSErr wxMacWindowDragTrackingHandler(
                 {
                   if ( !trackingGlobals->m_currentSource->MacInstallDefaultCursor( result ) )
                   {
-                      int cursorID = wxCURSOR_NONE;
+                      wxStockCursor cursorID = wxCURSOR_NONE;
 
                       switch (result)
                       {