Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk@9079 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 20, 2008
1 parent 46470e9 commit e8a8a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgis.h
Expand Up @@ -138,9 +138,9 @@ class CORE_EXPORT QGis
//

/** 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
Expand Down

0 comments on commit e8a8a95

Please sign in to comment.