Skip to content

Commit

Permalink
Reinstate public qualifier for vector gradient colour ramp
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 24, 2012
1 parent e8ef703 commit ffb7f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/symbology-ng/qgsvectorcolorrampv2.sip
Expand Up @@ -26,7 +26,7 @@ class QgsVectorColorRampV2

};

class QgsVectorGradientColorRampV2 : QgsVectorColorRampV2
class QgsVectorGradientColorRampV2 : public QgsVectorColorRampV2
{
%TypeHeaderCode
#include <qgsvectorcolorrampv2.h>
Expand Down

0 comments on commit ffb7f1b

Please sign in to comment.