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:
parent
6ed4be1257
commit
d501a1c00c
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ template <class... Interfaces>
|
|||
class COMRefCounted : public Interfaces...
|
||||
{
|
||||
public:
|
||||
COMRefCounted() {}
|
||||
virtual ~COMRefCounted() {}
|
||||
|
||||
// IUnknown methods
|
||||
|
|
Loading…
Reference in a new issue