Skip to content

Commit a2ad980

Browse files
committedJun 14, 2017
fix windows build
1 parent 8333b71 commit a2ad980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/core/qgsrange.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* \note not available in Python bindings (but class provided for template-based inheritance)
4141
*/
4242
template <typename T>
43-
class CORE_EXPORT QgsRange
43+
class QgsRange
4444
{
4545
public:
4646

@@ -215,7 +215,7 @@ typedef QgsRange< int > QgsIntRange;
215215
* \note not available in Python bindings (but class provided for template-based inheritance)
216216
*/
217217
template <typename T>
218-
class CORE_EXPORT QgsTemporalRange
218+
class QgsTemporalRange
219219
{
220220
public:
221221

0 commit comments

Comments
 (0)
Please sign in to comment.