Skip to content

Commit e35e830

Browse files
committedSep 3, 2018
Include qgsfeatureid.h instead of redefining
1 parent 74fb0fa commit e35e830

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/analysis/vector/geometry_checker/qgsgeometrychecker.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
#include <QMutex>
2525
#include <QStringList>
2626
#include "qgis_analysis.h"
27+
#include "qgsfeatureid.h"
2728

28-
typedef qint64 QgsFeatureId;
29-
typedef QSet<QgsFeatureId> QgsFeatureIds;
3029
struct QgsGeometryCheckerContext;
3130
class QgsGeometryCheck;
3231
class QgsGeometryCheckError;

0 commit comments

Comments
 (0)
Please sign in to comment.