Removed obsolete void argument lists.

This commit is contained in:
Jim Evins
2017-03-22 21:22:27 -04:00
parent 4be4ea08f6
commit 3b911e53aa
14 changed files with 37 additions and 37 deletions
+3 -3
View File
@@ -52,21 +52,21 @@ namespace glabels
//
// Shape Property: lineWidth
//
Distance lineWidth( void ) const override;
Distance lineWidth() const override;
void setLineWidth( const Distance& value ) override;
//
// Shape Property: lineColorNode
//
ColorNode lineColorNode( void ) const override;
ColorNode lineColorNode() const override;
void setLineColorNode( const ColorNode& value ) override;
//
// Shape Property: fillColorNode
//
ColorNode fillColorNode( void ) const override;
ColorNode fillColorNode() const override;
void setFillColorNode( const ColorNode& value ) override;