Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 23, 2021
1 parent 08d4050 commit bee11c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/providers/qgsprovidersublayerdetails.h
Expand Up @@ -96,7 +96,9 @@ class CORE_EXPORT QgsProviderSublayerDetails
/**
* Constructor for LayerOptions with \a transformContext.
*/
explicit LayerOptions( const QgsCoordinateTransformContext &transformContext );
explicit LayerOptions( const QgsCoordinateTransformContext &transformContext )
: transformContext( transformContext )
{}

QgsCoordinateTransformContext transformContext;
};
Expand Down

0 comments on commit bee11c7

Please sign in to comment.