diff options
Diffstat (limited to 'src/lib/util/opresolv.h')
-rw-r--r-- | src/lib/util/opresolv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/opresolv.h b/src/lib/util/opresolv.h index a102dcd8c83..3781b602393 100644 --- a/src/lib/util/opresolv.h +++ b/src/lib/util/opresolv.h @@ -243,7 +243,7 @@ public: // ctor/dtor option_resolution(const option_guide &guide); - ~option_resolution() = default; + ~option_resolution(); // sets a specification void set_specification(const std::string &specification); |