Skip to content

Commit

Permalink
Correction to r6160
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6191 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 5, 2006
1 parent fe096c0 commit 26f3b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgis.cpp
Expand Up @@ -37,5 +37,5 @@ const char* QGis::qgisFeatureTypes[] =
"WKBMultiPolygon"
};

const int QGis::DEFAULT_IDENTIFY_RADIUS=0.5;
const double QGis::DEFAULT_IDENTIFY_RADIUS=0.5;

2 changes: 1 addition & 1 deletion src/core/qgis.h
Expand Up @@ -100,7 +100,7 @@ class QGis
ProviderCountCalcEvent
};

static const int DEFAULT_IDENTIFY_RADIUS;
static const double DEFAULT_IDENTIFY_RADIUS;
};
/** WKT string that represents a geographic coord sys */
const QString GEOWKT =
Expand Down

0 comments on commit 26f3b8c

Please sign in to comment.