Skip to content
Permalink
Browse files
Fix uninitialized variable
  • Loading branch information
nyalldawson committed Feb 5, 2015
1 parent 73b9569 commit 249af5f
Showing 1 changed file with 1 addition and 0 deletions.
@@ -101,6 +101,7 @@ struct QgsPostgresLayerProperty
property.pkCols = pkCols;
property.nSpCols = nSpCols;
property.sql = sql;
property.force2d = force2d;

return property;
}

0 comments on commit 249af5f

Please sign in to comment.