Skip to content

Commit

Permalink
Fix compiling with older sip version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 19, 2018
1 parent b65f725 commit 6b0ea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgis_sip.h
Expand Up @@ -201,7 +201,7 @@
* Sip supports the final keyword since version 4.19.0, earlier than that
* we will have build issues because it tries to override final methods.
*/
#if SIP_VERSION >= 0x041300
#if SIP_VERSION < 0x041300
#if defined FINAL
#undef FINAL
#endif
Expand Down

0 comments on commit 6b0ea16

Please sign in to comment.