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
7e4345a)

(cherry picked from commit 2abb209)
  • Loading branch information
jef-n committed Oct 1, 2017
1 parent c5097d8 commit b3fb4ed
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

0 comments on commit b3fb4ed

Please sign in to comment.