mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Reinstate public qualifier for vector gradient colour ramp
This commit is contained in:
parent
e8ef7031a2
commit
ffb7f1b17d
@ -26,7 +26,7 @@ class QgsVectorColorRampV2
|
||||
|
||||
};
|
||||
|
||||
class QgsVectorGradientColorRampV2 : QgsVectorColorRampV2
|
||||
class QgsVectorGradientColorRampV2 : public QgsVectorColorRampV2
|
||||
{
|
||||
%TypeHeaderCode
|
||||
#include <qgsvectorcolorrampv2.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user