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