Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12574 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 22, 2009
1 parent 4229ad2 commit a8d12fd
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 a8d12fd

Please sign in to comment.