Lint: fix several issues discovered by clang-tidy
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user