[QGIS Commit] r9079 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Aug 20 04:36:28 EDT 2008


Author: jef
Date: 2008-08-20 04:36:27 -0400 (Wed, 20 Aug 2008)
New Revision: 9079

Modified:
   trunk/qgis/src/core/qgis.h
Log:
fix warnings

Modified: trunk/qgis/src/core/qgis.h
===================================================================
--- trunk/qgis/src/core/qgis.h	2008-08-20 07:28:29 UTC (rev 9078)
+++ trunk/qgis/src/core/qgis.h	2008-08-20 08:36:27 UTC (rev 9079)
@@ -138,9 +138,9 @@
 //
 
   /** Magic number that determines the minimum allowable point size for point symbols */
-  const float MINIMUM_POINT_SIZE=0.1;
+  const double MINIMUM_POINT_SIZE=0.1;
   /** Magic number that determines the minimum allowable point size for point symbols */
-  const float DEFAULT_POINT_SIZE=2.0;
+  const double DEFAULT_POINT_SIZE=2.0;
 
 // FIXME: also in qgisinterface.h
 #ifndef QGISEXTERN



More information about the QGIS-commit mailing list