From 3536bbdd7167b3982deca3e91960658ac620fdf1 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 31 Jan 2020 14:53:46 +1100 Subject: there are reasons for things being the way they were (nw) --- src/lib/util/options.cpp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/lib/util/options.cpp') diff --git a/src/lib/util/options.cpp b/src/lib/util/options.cpp index cbc9c817dbf..fd0783ccaae 100644 --- a/src/lib/util/options.cpp +++ b/src/lib/util/options.cpp @@ -125,6 +125,15 @@ core_options::entry::entry(std::string &&name, core_options::option_type type, c } +//------------------------------------------------- +// entry - destructor +//------------------------------------------------- + +core_options::entry::~entry() +{ +} + + //------------------------------------------------- // entry::value //------------------------------------------------- @@ -327,6 +336,15 @@ core_options::simple_entry::simple_entry(std::vector &&names, const } +//------------------------------------------------- +// simple_entry - destructor +//------------------------------------------------- + +core_options::simple_entry::~simple_entry() +{ +} + + //------------------------------------------------- // simple_entry::value //------------------------------------------------- @@ -404,6 +422,15 @@ const char *core_options::simple_entry::maximum() const noexcept // CORE OPTIONS //************************************************************************** +//------------------------------------------------- +// ~core_options - destructor +//------------------------------------------------- + +core_options::~core_options() +{ +} + + //------------------------------------------------- // add_entry - adds an entry //------------------------------------------------- -- cgit v1.2.3-70-g09d2