loplugin:trivialconstructor

Change-Id: I44c7a934c2d2fec16bb5d8e90c9186030934a021
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132016
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2022-03-24 07:50:54 +01:00
parent 6ed4be1257
commit d501a1c00c

View file

@ -17,7 +17,6 @@ template <class... Interfaces>
class COMRefCounted : public Interfaces...
{
public:
COMRefCounted() {}
virtual ~COMRefCounted() {}
// IUnknown methods