diff options
Diffstat (limited to 'src/lib/util/opresolv.cpp')
-rw-r--r-- | src/lib/util/opresolv.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -63,6 +63,15 @@ option_resolution::option_resolution(const option_guide &guide) // ------------------------------------------------- +// dtor +// ------------------------------------------------- + +option_resolution::~option_resolution() +{ +} + + +// ------------------------------------------------- // lookup_in_specification // ------------------------------------------------- |