fix warnings

git-svn-id: http://svn.osgeo.org/qgis/trunk@9079 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-08-20 08:36:27 +00:00
parent 46470e9fe6
commit e8a8a956b2

View File

@ -138,9 +138,9 @@ public:
//
/** 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