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
8
8
9
9
public:
10
10
11
- typedef unsigned int size_t;
12
-
13
11
//! Constructor
14
12
QgsFeature(int id = 0, QString typeName = "" );
15
13
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ typedef QVector< QVector<QgsPoint> > QgsMultiPolyline;
14
14
/** a collection of QgsPolygons that share a common collection of attributes */
15
15
typedef QVector< QVector< QVector<QgsPoint> > > QgsMultiPolygon;
16
16
17
+ typedef unsigned int size_t;
17
18
18
19
class QgsGeometry
19
20
{
@@ -52,7 +53,6 @@ class QgsGeometry
52
53
/** construct geometry from a rectangle */
53
54
static QgsGeometry* fromRect(const QgsRectangle& rect) /Factory/;
54
55
55
- typedef unsigned int size_t;
56
56
57
57
58
58
/**
You can’t perform that action at this time.
0 commit comments