Fix build

This commit is contained in:
Nyall Dawson 2018-02-20 11:31:33 +10:00
parent 3d4f6f82bb
commit 1da2da219a
2 changed files with 2 additions and 2 deletions

View File

@ -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;
};

View File

@ -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: