diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-07-13 18:26:57 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-07-13 18:26:57 +0200 |
commit | 16813a9d8b461ec6a78373aef29f1d9a74903ef7 (patch) | |
tree | b0469ad72ba3f5d1c816262728423c275742db8f /cppu/inc | |
parent | e92af537345358c7df58f89cf9da497277555592 (diff) |
dr77: #i113097# make Sequence(sal_Int32) explicit
Diffstat (limited to 'cppu/inc')
-rw-r--r-- | cppu/inc/com/sun/star/uno/Sequence.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/inc/com/sun/star/uno/Sequence.h b/cppu/inc/com/sun/star/uno/Sequence.h index da9906533583..71bb42c7413b 100644 --- a/cppu/inc/com/sun/star/uno/Sequence.h +++ b/cppu/inc/com/sun/star/uno/Sequence.h @@ -125,7 +125,7 @@ public: @param len initial sequence length */ - inline Sequence( sal_Int32 len ); + inline explicit Sequence( sal_Int32 len ); /** Destructor: Releases sequence handle. Last handle will destruct elements and free memory. |