mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
typedef for size_t changed to be defined outside classes.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9629 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
499fab17e5
commit
acd3a32c1f
@ -8,8 +8,6 @@ class QgsFeature
|
||||
|
||||
public:
|
||||
|
||||
typedef unsigned int size_t;
|
||||
|
||||
//! Constructor
|
||||
QgsFeature(int id = 0, QString typeName = "" );
|
||||
|
||||
|
@ -14,6 +14,7 @@ typedef QVector< QVector<QgsPoint> > QgsMultiPolyline;
|
||||
/** a collection of QgsPolygons that share a common collection of attributes */
|
||||
typedef QVector< QVector< QVector<QgsPoint> > > QgsMultiPolygon;
|
||||
|
||||
typedef unsigned int size_t;
|
||||
|
||||
class QgsGeometry
|
||||
{
|
||||
@ -52,7 +53,6 @@ class QgsGeometry
|
||||
/** construct geometry from a rectangle */
|
||||
static QgsGeometry* fromRect(const QgsRectangle& rect) /Factory/;
|
||||
|
||||
typedef unsigned int size_t;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user