summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/strbuf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/strbuf.hxx')
-rw-r--r--sal/inc/rtl/strbuf.hxx2
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 )
{