Removed obsolete void argument lists.
This commit is contained in:
+4
-4
@@ -52,21 +52,21 @@ namespace glabels
|
||||
//
|
||||
// X1 Property
|
||||
//
|
||||
Distance x1( void ) const;
|
||||
Distance x1() const;
|
||||
void setX1( const Distance& value );
|
||||
|
||||
|
||||
//
|
||||
// Y1 Property
|
||||
//
|
||||
Distance y1( void ) const;
|
||||
Distance y1() const;
|
||||
void setY1( const Distance& value );
|
||||
|
||||
|
||||
//
|
||||
// X2 Property
|
||||
//
|
||||
Distance x2( void ) const;
|
||||
Distance x2() const;
|
||||
void setX2( const Distance& value );
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ namespace glabels
|
||||
//
|
||||
// Y2 Property
|
||||
//
|
||||
Distance y2( void ) const;
|
||||
Distance y2() const;
|
||||
void setY2( const Distance& value );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user