Skip to content

Commit

Permalink
bring back sip workaround, but only for the affected versions (followup
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 22, 2017
1 parent e6de429 commit 2abb209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgscoordinatetransform.sip
Expand Up @@ -15,6 +15,9 @@
class QgsCoordinateTransform : QObject
{
%TypeHeaderCode
#if (SIP_VERSION >= 0x041300 && SIP_VERSION < 0x041303)
extern PyObject *sipExportedExceptions__core[2]; // workaround: sipExportedExceptions__core is only defined in the first sip part
#endif
#include <qgscoordinatetransform.h>
%End

Expand Down

1 comment on commit 2abb209

@3nids
Copy link
Member

@3nids 3nids commented on 2abb209 Aug 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the fix

Please sign in to comment.