diff options
Diffstat (limited to 'src/style-internal.h')
| -rw-r--r-- | src/style-internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/style-internal.h b/src/style-internal.h index 69784199c..0b2b40001 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -505,8 +505,7 @@ class SPIPaint : public SPIBase { void setColor( float r, float g, float b ) {value.color.set( r, g, b ); colorSet = true;} void setColor( guint32 val ) {value.color.set( val ); colorSet = true;} void setColor( SPColor const& color ) {value.color = color; colorSet = true;} - - + void setNone() {noneSet = true; colorSet=false;} // To do: make private public: |
