Skip to content

Commit ffb7f1b

Browse files
committedSep 24, 2012
Reinstate public qualifier for vector gradient colour ramp
1 parent e8ef703 commit ffb7f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/core/symbology-ng/qgsvectorcolorrampv2.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class QgsVectorColorRampV2
2626

2727
};
2828

29-
class QgsVectorGradientColorRampV2 : QgsVectorColorRampV2
29+
class QgsVectorGradientColorRampV2 : public QgsVectorColorRampV2
3030
{
3131
%TypeHeaderCode
3232
#include <qgsvectorcolorrampv2.h>

0 commit comments

Comments
 (0)
Please sign in to comment.