diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-27 10:53:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-27 13:54:54 +0100 |
commit | afe5672fbc87ae2bc7fb72fac4bb5b837b646dea (patch) | |
tree | 1e78a6dcce4c7313ab4d9109b53077e687909606 /svx/source/gallery2/codec.hxx | |
parent | 77c47fc79c1c8096c19a81a0d320e75b84857144 (diff) |
cppcheck: noExplicitConstructor
Change-Id: I27c24d3284a8e0678fc5c041426b4a7e71cbd363
Diffstat (limited to 'svx/source/gallery2/codec.hxx')
-rw-r--r-- | svx/source/gallery2/codec.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/codec.hxx b/svx/source/gallery2/codec.hxx index 2c7bf58b8c8a..efde247c9475 100644 --- a/svx/source/gallery2/codec.hxx +++ b/svx/source/gallery2/codec.hxx @@ -31,8 +31,8 @@ private: SvStream& rStm; public: - GalleryCodec( SvStream& rIOStm ); - ~GalleryCodec(); + explicit GalleryCodec( SvStream& rIOStm ); + ~GalleryCodec(); void Write( SvStream& rStmToWrite ); void Read( SvStream& rStmToRead ); |