Skip to content

Commit

Permalink
Fix incorrect forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 21, 2015
1 parent be4bb3b commit 5037328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsabstractgeometryv2.h
Expand Up @@ -28,7 +28,7 @@ class QgsMultiCurveV2;
class QgsMultiPointV2;
class QgsPointV2;
class QgsConstWkbPtr;
class QgsVertexId;
struct QgsVertexId;
class QgsWkbPtr;
class QPainter;

Expand Down

0 comments on commit 5037328

Please sign in to comment.