diff widgets/Thumbwheel.cpp @ 249:e6d0b097d102 sv1-1.0rc1

* more compile warning fixes
author Chris Cannam
date Mon, 30 Apr 2007 14:06:45 +0000
parents 6969f21da18a
children c492902dba40
line wrap: on
line diff
--- a/widgets/Thumbwheel.cpp	Mon Apr 30 13:36:23 2007 +0000
+++ b/widgets/Thumbwheel.cpp	Mon Apr 30 14:06:45 2007 +0000
@@ -483,7 +483,7 @@
     int notches = 25;
     
     // radius of the wheel including invisible part
-    int radius = w / 2 + 2;
+    int radius = int(w / 2 + 2);
 
     for (int i = 0; i < notches; ++i) {