Don't use a parameter with a default value, calling code is clearer when the
value is specified explicitely.
This commit is contained in:
parent
d723504e94
commit
7358eb3f09
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Rectangle makeBounds (const TGPolygon &polygon);
|
||||||
* @param s The string.
|
* @param s The string.
|
||||||
* @return A rectangle containing the bounds.
|
* @return A rectangle containing the bounds.
|
||||||
*/
|
*/
|
||||||
Rectangle parseChunk (const string &s, double delta = 10.0);
|
Rectangle parseChunk (const string &s, double delta);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue