Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 20, 2018
1 parent 3d4f6f8 commit 1da2da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/metadata/qgslayermetadata.sip.in
Expand Up @@ -89,7 +89,7 @@ Sets the temporal ``extents`` of the resource.
.. seealso:: :py:func:`temporalExtents`
%End

bool operator==( const Extent &other ) const;
bool operator==( const QgsLayerMetadata::Extent &other ) const;


};
Expand Down
2 changes: 1 addition & 1 deletion src/core/metadata/qgslayermetadata.h
Expand Up @@ -122,7 +122,7 @@ class CORE_EXPORT QgsLayerMetadata
*/
void setTemporalExtents( const QList< QgsDateTimeRange > &extents );

bool operator==( const Extent &other ) const;
bool operator==( const QgsLayerMetadata::Extent &other ) const;

#ifndef SIP_RUN
private:
Expand Down

0 comments on commit 1da2da2

Please sign in to comment.