Skip to content

Commit bb504c4

Browse files
author
jef
committed
fix warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9079 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 45d7287 commit bb504c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgis.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ class CORE_EXPORT QGis
138138
//
139139

140140
/** Magic number that determines the minimum allowable point size for point symbols */
141-
const float MINIMUM_POINT_SIZE=0.1;
141+
const double MINIMUM_POINT_SIZE=0.1;
142142
/** Magic number that determines the minimum allowable point size for point symbols */
143-
const float DEFAULT_POINT_SIZE=2.0;
143+
const double DEFAULT_POINT_SIZE=2.0;
144144

145145
// FIXME: also in qgisinterface.h
146146
#ifndef QGISEXTERN

0 commit comments

Comments
 (0)