remove-sip-workaround.patch

Bas Couwenberg, 2017-08-19 09:33 PM

Download (345 Bytes)

View differences:

python/core/qgscoordinatetransform.sip
15 15
class QgsCoordinateTransform : QObject
16 16
{
17 17
%TypeHeaderCode
18
extern PyObject *sipExportedExceptions__core[2];  // workaround: sipExportedExceptions__core is only defined in the first sip part
19 18
#include <qgscoordinatetransform.h>
20 19
%End
21 20