Skip to content

Commit 1da2da2

Browse files
committedFeb 20, 2018
Fix build
1 parent 3d4f6f8 commit 1da2da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/metadata/qgslayermetadata.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Sets the temporal ``extents`` of the resource.
8989
.. seealso:: :py:func:`temporalExtents`
9090
%End
9191

92-
bool operator==( const Extent &other ) const;
92+
bool operator==( const QgsLayerMetadata::Extent &other ) const;
9393

9494

9595
};

‎src/core/metadata/qgslayermetadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class CORE_EXPORT QgsLayerMetadata
122122
*/
123123
void setTemporalExtents( const QList< QgsDateTimeRange > &extents );
124124

125-
bool operator==( const Extent &other ) const;
125+
bool operator==( const QgsLayerMetadata::Extent &other ) const;
126126

127127
#ifndef SIP_RUN
128128
private:

0 commit comments

Comments
 (0)
Please sign in to comment.