Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 19, 2018
1 parent 763fa42 commit 7ad0dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/vector/geometry_checker/qgsgeometrycheck.h
Expand Up @@ -55,7 +55,7 @@ class ANALYSIS_EXPORT QgsGeometryCheck
*
* \since QGIS 3.4
*/
struct LayerFeatureIds
struct ANALYSIS_EXPORT LayerFeatureIds
{
LayerFeatureIds() = default;
LayerFeatureIds( const QMap<QString, QgsFeatureIds> &ids ) SIP_SKIP;
Expand Down

0 comments on commit 7ad0dcf

Please sign in to comment.