Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
wonder-sk authored and nyalldawson committed Apr 14, 2020
1 parent f8a6b9f commit 0037e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vectortile/qgsvectortilelabeling.h
Expand Up @@ -81,7 +81,7 @@ class CORE_EXPORT QgsVectorTileLabeling
* Factory for label provider implementation
* \note not available in Python bindings
*/
virtual QgsVectorTileLabelProvider *provider( QgsVectorTileLayer *layer ) const SIP_SKIP = 0;
virtual QgsVectorTileLabelProvider *provider( QgsVectorTileLayer *layer ) const SIP_SKIP { Q_UNUSED( layer ) return nullptr; }

//! Writes labeling properties to given XML element
virtual void writeXml( QDomElement &elem, const QgsReadWriteContext &context ) const = 0;
Expand Down

0 comments on commit 0037e56

Please sign in to comment.