From cd97358263f11ff514f96be82492fb97e46da158 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Mon, 24 Sep 2012 16:56:59 +0300 Subject: [PATCH] fix SIP bindings --- python/core/symbology-ng/qgsvectorcolorrampv2.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/symbology-ng/qgsvectorcolorrampv2.sip b/python/core/symbology-ng/qgsvectorcolorrampv2.sip index 9fed9622a00..34f6e099744 100644 --- a/python/core/symbology-ng/qgsvectorcolorrampv2.sip +++ b/python/core/symbology-ng/qgsvectorcolorrampv2.sip @@ -26,7 +26,7 @@ class QgsVectorColorRampV2 }; -class QgsVectorGradientColorRampV2 : public QgsVectorColorRampV2 +class QgsVectorGradientColorRampV2 : QgsVectorColorRampV2 { %TypeHeaderCode #include