BDurationFormat::Format docs, update method params
Also a tiny style fix in the header, put const qualifier on same line
This commit is contained in:
@@ -40,8 +40,7 @@ public:
|
||||
|
||||
status_t Format(BString& buffer,
|
||||
const bigtime_t startValue,
|
||||
const bigtime_t stopValue
|
||||
) const;
|
||||
const bigtime_t stopValue) const;
|
||||
|
||||
private:
|
||||
BString fSeparator;
|
||||
|
||||
Reference in New Issue
Block a user