Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12574 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 22, 2009
1 parent 1aead28 commit 4029ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pal/rtree.hpp
Expand Up @@ -1079,7 +1079,7 @@ namespace pal
{
ASSERT( a_rectA && a_rectB );

Rect newRect;
Rect newRect = { {0,}, {0,} };

for ( int index = 0; index < NUMDIMS; ++index )
{
Expand Down

0 comments on commit 4029ba9

Please sign in to comment.