From e9f6bd8d019ee808f592f0fce846dba3b129ebed Mon Sep 17 00:00:00 2001 From: Oliver Stöneberg Date: Wed, 8 Apr 2020 17:10:21 +0200 Subject: Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Revert "fixed some modernize-use-equals-default clang-tidy warnings (nw)" This reverts commit 54486ab9 * fixed merge error --- src/lib/util/opresolv.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/lib/util/opresolv.cpp') diff --git a/src/lib/util/opresolv.cpp b/src/lib/util/opresolv.cpp index 210dde4f224..034f9418426 100644 --- a/src/lib/util/opresolv.cpp +++ b/src/lib/util/opresolv.cpp @@ -62,6 +62,15 @@ option_resolution::option_resolution(const option_guide &guide) } +// ------------------------------------------------- +// dtor +// ------------------------------------------------- + +option_resolution::~option_resolution() +{ +} + + // ------------------------------------------------- // lookup_in_specification // ------------------------------------------------- -- cgit v1.2.3-70-g09d2