Skip to content

Commit

Permalink
Add missing CORE_EXPORT in qgsinterval.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and nyalldawson committed Jul 18, 2021
1 parent 58497b9 commit 55485d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsinterval.h
Expand Up @@ -380,7 +380,7 @@ QgsInterval CORE_EXPORT operator-( QTime time1, QTime time2 );
QDateTime CORE_EXPORT operator+( const QDateTime &start, const QgsInterval &interval );

//! Debug string representation of interval
QDebug operator<<( QDebug dbg, const QgsInterval &interval );
QDebug CORE_EXPORT operator<<( QDebug dbg, const QgsInterval &interval );
\
#endif

Expand Down

0 comments on commit 55485d3

Please sign in to comment.