Skip to content

Commit

Permalink
fix sip bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 8, 2012
1 parent 8a2ea36 commit f08ffc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgsfeature.sip
Expand Up @@ -19,6 +19,9 @@ class QgsFeature
{
%TypeHeaderCode
#include <qgsfeature.h>
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
#endif
%End

public:
Expand Down

0 comments on commit f08ffc6

Please sign in to comment.