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
+2 -2
View File
@@ -51,14 +51,14 @@ namespace glabels
//
// w Property
//
Distance w( void ) const;
Distance w() const;
void setW( const Distance& value );
//
// H Property
//
Distance h( void ) const;
Distance h() const;
void setH( const Distance& value );