Skip to content

Commit 5037328

Browse files
committedSep 21, 2015
Fix incorrect forward declaration
1 parent be4bb3b commit 5037328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/geometry/qgsabstractgeometryv2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class QgsMultiCurveV2;
2828
class QgsMultiPointV2;
2929
class QgsPointV2;
3030
class QgsConstWkbPtr;
31-
class QgsVertexId;
31+
struct QgsVertexId;
3232
class QgsWkbPtr;
3333
class QPainter;
3434

0 commit comments

Comments
 (0)
Please sign in to comment.