| Type | info |
| Title | rtl::OStringBuffer: missing const added to inline functions |
| Posted by | [EMAIL PROTECTED] |
| Affected | ,. |
| Effective from | CWS warnings01 |
Summary
rtl/strbuf.hxx:
- rtl::OStringBuffer::getLength()
+ rtl::OStringBuffer::getLength() const
- rtl::OStringBuffer::getCapacity()
+ rtl::OStringBuffer::getCapacity() const
Description
considered a compatible change, as the functions are inline
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
