diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-11 09:14:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-11 10:07:06 +0100 |
commit | b8cd2221bc0376c63b5d9d09fd1fa232b765e229 (patch) | |
tree | b1c254e9b7224685fce9f0749dcd8d4f1d9c9ed4 /ucb | |
parent | 5c362058471aad3efff85c6a5d146f6e7baa4583 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Ie25240030fd848a5b30526746206bfd5fe543091
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/sorter/sortresult.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx index 47ad05a0bf6b..43c7493740d4 100644 --- a/ucb/source/sorter/sortresult.cxx +++ b/ucb/source/sorter/sortresult.cxx @@ -81,7 +81,7 @@ struct SortListData sal_IntPtr mnCurPos; sal_IntPtr mnOldPos; - SortListData( sal_IntPtr nPos ); + explicit SortListData( sal_IntPtr nPos ); }; |