Skip to content

Commit 26f3b8c

Browse files
author
g_j_m
committed
Correction to r6160
git-svn-id: http://svn.osgeo.org/qgis/trunk@6191 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fe096c0 commit 26f3b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/qgis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ const char* QGis::qgisFeatureTypes[] =
3737
"WKBMultiPolygon"
3838
};
3939

40-
const int QGis::DEFAULT_IDENTIFY_RADIUS=0.5;
40+
const double QGis::DEFAULT_IDENTIFY_RADIUS=0.5;
4141

src/core/qgis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class QGis
100100
ProviderCountCalcEvent
101101
};
102102

103-
static const int DEFAULT_IDENTIFY_RADIUS;
103+
static const double DEFAULT_IDENTIFY_RADIUS;
104104
};
105105
/** WKT string that represents a geographic coord sys */
106106
const QString GEOWKT =

0 commit comments

Comments
 (0)