Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored and jef committed Apr 19, 2017
1 parent a5998b4 commit daa3c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsrange.h
Expand Up @@ -38,7 +38,7 @@
* \see QgsIntRange
* \note not available in Python bindings
*/
template <class T> class CORE_EXPORT QgsRange
template <class T> class QgsRange
{
public:

Expand Down Expand Up @@ -212,7 +212,7 @@ typedef QgsRange< int > QgsIntRange;
* \see QgsDateRange
* \note not available in Python bindings
*/
template <class T> class CORE_EXPORT QgsTemporalRange
template <class T> class QgsTemporalRange
{
public:

Expand Down

0 comments on commit daa3c2a

Please sign in to comment.