File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ class QgsFeature
88
99 public:
1010
11- typedef unsigned int size_t;
12-
1311 //! Constructor
1412 QgsFeature(int id = 0, QString typeName = "" );
1513
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ typedef QVector< QVector<QgsPoint> > QgsMultiPolyline;
1414/** a collection of QgsPolygons that share a common collection of attributes */
1515typedef QVector< QVector< QVector<QgsPoint> > > QgsMultiPolygon;
1616
17+ typedef unsigned int size_t;
1718
1819class QgsGeometry
1920{
@@ -52,7 +53,6 @@ class QgsGeometry
5253 /** construct geometry from a rectangle */
5354 static QgsGeometry* fromRect(const QgsRectangle& rect) /Factory/;
5455
55- typedef unsigned int size_t;
5656
5757
5858 /**
You can’t perform that action at this time.
0 commit comments