Kaydet (Commit) db481dff authored tarafından Stephan Bergmann's avatar Stephan Bergmann

stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)

...by removing explicitly user-provided functions that do the same as their
implicitly-defined counterparts, but may prevent implicitly declared copy
functions from being defined as non-deleted in the future

Change-Id: Iacfdd89ca6ca3af19a56cd26721e1ce2d47c49fa
Reviewed-on: https://gerrit.libreoffice.org/58055
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 9ea6c0e6
......@@ -67,9 +67,6 @@ class PermissionCollection
public:
PermissionCollection()
{}
PermissionCollection( PermissionCollection const & collection )
: m_head( collection.m_head )
{}
explicit PermissionCollection( ::rtl::Reference< Permission > const & single )
: m_head( single )
{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment