Skip to content

Commit

Permalink
Correctly forward declare geod_geodesic as a struct
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Nov 3, 2021
1 parent 4a80008 commit 80b96fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsdistancearea.h
Expand Up @@ -26,7 +26,7 @@
class QgsGeometry;
class QgsAbstractGeometry;
class QgsCurve;
class geod_geodesic;
struct geod_geodesic;

/**
* \ingroup core
Expand Down

0 comments on commit 80b96fe

Please sign in to comment.