Skip to content

Commit 23562ab

Browse files
beketatanyalldawson
authored andcommittedMay 17, 2020
Update qgsoptionalexpression.h
With no "class" keyword on line 82 there is Error E0484 invalid explicit instantiation declaration.
1 parent 8a4f773 commit 23562ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsoptionalexpression.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class CORE_EXPORT QgsOptionalExpression : public QgsOptional<QgsExpression>
7979

8080
#if defined(_MSC_VER)
8181
#ifndef SIP_RUN
82-
template CORE_EXPORT QgsOptional<QgsExpression>;
82+
template class CORE_EXPORT QgsOptional<QgsExpression>;
8383
#endif
8484
#endif
8585

0 commit comments

Comments
 (0)