mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk@9079 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
46470e9fe6
commit
e8a8a956b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user