Skip to content

Commit

Permalink
Update qgsoptionalexpression.h
Browse files Browse the repository at this point in the history
With no "class" keyword on line 82 there is Error E0484 invalid explicit instantiation declaration.
  • Loading branch information
beketata authored and nyalldawson committed May 17, 2020
1 parent 8a4f773 commit 23562ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsoptionalexpression.h
Expand Up @@ -79,7 +79,7 @@ class CORE_EXPORT QgsOptionalExpression : public QgsOptional<QgsExpression>

#if defined(_MSC_VER)
#ifndef SIP_RUN
template CORE_EXPORT QgsOptional<QgsExpression>;
template class CORE_EXPORT QgsOptional<QgsExpression>;
#endif
#endif

Expand Down

0 comments on commit 23562ab

Please sign in to comment.