mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Fix uninitialized variable
This commit is contained in:
parent
73b9569386
commit
249af5fbd2
@ -101,6 +101,7 @@ struct QgsPostgresLayerProperty
|
|||||||
property.pkCols = pkCols;
|
property.pkCols = pkCols;
|
||||||
property.nSpCols = nSpCols;
|
property.nSpCols = nSpCols;
|
||||||
property.sql = sql;
|
property.sql = sql;
|
||||||
|
property.force2d = force2d;
|
||||||
|
|
||||||
return property;
|
return property;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user