Skip to content

Commit 249af5f

Browse files
committedFeb 5, 2015
Fix uninitialized variable
1 parent 73b9569 commit 249af5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/providers/postgres/qgspostgresconn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ struct QgsPostgresLayerProperty
101101
property.pkCols = pkCols;
102102
property.nSpCols = nSpCols;
103103
property.sql = sql;
104+
property.force2d = force2d;
104105

105106
return property;
106107
}

0 commit comments

Comments
 (0)
Please sign in to comment.