Revision: 37992
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37992
Author: merwin
Date: 2011-07-01 00:58:47 +0000 (Fri, 01 Jul 2011)
Log Message:
-----------
tiny compile fix for PowerMac
Modified Paths:
--------------
branches/merwin-spacenav/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
Modified: branches/merwin-spacenav/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
===================================================================
--- branches/merwin-spacenav/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
2011-06-30 20:08:05 UTC (rev 37991)
+++ branches/merwin-spacenav/intern/ghost/intern/GHOST_NDOFManagerCocoa.mm
2011-07-01 00:58:47 UTC (rev 37992)
@@ -47,7 +47,7 @@
#endif
// determine exactly which device is plugged in
- int result = 0;
+ SInt32 result = 0;
ConnexionControl(kConnexionCtlGetDeviceID, 0, &result);
unsigned short vendorID = result >> 16;
unsigned short productID = result & 0xffff;
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs