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
@@ -79,7 +79,7 @@ namespace glabels
///
/// Line Width Property Getter
///
Distance LabelModelShapeObject::lineWidth( void ) const
Distance LabelModelShapeObject::lineWidth() const
{
return mLineWidth;
}
@@ -101,7 +101,7 @@ namespace glabels
///
/// Line Color Node Property Getter
///
ColorNode LabelModelShapeObject::lineColorNode( void ) const
ColorNode LabelModelShapeObject::lineColorNode() const
{
return mLineColorNode;
}
@@ -123,7 +123,7 @@ namespace glabels
///
/// Fill Color Node Property Getter
///
ColorNode LabelModelShapeObject::fillColorNode( void ) const
ColorNode LabelModelShapeObject::fillColorNode() const
{
return mFillColorNode;
}