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:
wonder 2008-11-12 19:54:21 +00:00
parent 499fab17e5
commit acd3a32c1f
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@ class QgsFeature
public:
typedef unsigned int size_t;
//! Constructor
QgsFeature(int id = 0, QString typeName = "" );

View File

@ -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;
/**