Lint: fix several issues discovered by clang-tidy

This commit is contained in:
wmayer
2023-08-18 01:01:04 +02:00
committed by Chris Hennes
parent 8f08d8c7cd
commit 93d878c0ca
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public:
void resetErrors() {}
/* Unimplemented constructors and operators */
DOMPrintErrorHandler(const DOMErrorHandler&) = delete;
explicit DOMPrintErrorHandler(const DOMErrorHandler&) = delete;
void operator=(const DOMErrorHandler&) = delete;
};