diff options
Diffstat (limited to 'src/lib/util/opresolv.h')
-rw-r--r-- | src/lib/util/opresolv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/opresolv.h b/src/lib/util/opresolv.h index 52030dc4336..a102dcd8c83 100644 --- a/src/lib/util/opresolv.h +++ b/src/lib/util/opresolv.h @@ -43,7 +43,7 @@ #pragma once -#include <stdlib.h> +#include <cstdlib> #include <vector> #include <string> @@ -243,7 +243,7 @@ public: // ctor/dtor option_resolution(const option_guide &guide); - ~option_resolution(); + ~option_resolution() = default; // sets a specification void set_specification(const std::string &specification); |