Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 14, 2017
1 parent 8333b71 commit a2ad980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsrange.h
Expand Up @@ -40,7 +40,7 @@
* \note not available in Python bindings (but class provided for template-based inheritance)
*/
template <typename T>
class CORE_EXPORT QgsRange
class QgsRange
{
public:

Expand Down Expand Up @@ -215,7 +215,7 @@ typedef QgsRange< int > QgsIntRange;
* \note not available in Python bindings (but class provided for template-based inheritance)
*/
template <typename T>
class CORE_EXPORT QgsTemporalRange
class QgsTemporalRange
{
public:

Expand Down

0 comments on commit a2ad980

Please sign in to comment.