]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/math.h
remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs...
[wxWidgets.git] / include / wx / math.h
index 3053d11f5645833b2ef259d8a82f81065f125e0b..19518085f17205b549f7e405232c4c25fdfb09b1 100644 (file)
@@ -24,7 +24,7 @@
 
 /* Scaling factors for various unit conversions: 1 inch = 2.54 cm */
 #ifndef METRIC_CONVERSION_CONSTANT
-    #define METRIC_CONVERSION_CONSTANT (1./254)
+    #define METRIC_CONVERSION_CONSTANT (1/25.4)
 #endif
 
 #ifndef mm2inches