Code Cleanup
- 'measure' now accepts unsigned ints for 'minimum' and 'maximum' args.
This commit is contained in:
committed by
Paul Beckingham
parent
40f2afeb8e
commit
19cc9177b9
@@ -71,7 +71,7 @@ void ColumnString::setReport (const std::string& value)
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Set the minimum and maximum widths for the value.
|
||||
//
|
||||
void ColumnString::measure (const std::string& value, int& minimum, int& maximum)
|
||||
void ColumnString::measure (const std::string& value, unsigned int& minimum, unsigned int& maximum)
|
||||
{
|
||||
if (_style == "left" ||
|
||||
_style == "right" ||
|
||||
|
||||
Reference in New Issue
Block a user