diff options
Diffstat (limited to 'sal/inc/rtl/strbuf.hxx')
-rw-r--r-- | sal/inc/rtl/strbuf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/strbuf.hxx b/sal/inc/rtl/strbuf.hxx index 3a26c1b74..a5412e7ee 100644 --- a/sal/inc/rtl/strbuf.hxx +++ b/sal/inc/rtl/strbuf.hxx @@ -111,7 +111,7 @@ public: @param length the initial capacity. */ - OStringBuffer(sal_Int32 length) + explicit OStringBuffer(sal_Int32 length) : pData(NULL) , nCapacity( length ) { |