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:
John Scipione
2017-11-10 14:59:33 -08:00
parent 021c2fec4f
commit 6f6c9e0069
2 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -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;