Browse Source

Fix virtual destructor

Former-commit-id: ff3ee6cafa
tempestpy_adaptions
hbruintjes 9 years ago
parent
commit
a2140141a3
  1. 1
      src/settings/modules/ModuleSettings.h

1
src/settings/modules/ModuleSettings.h

@ -30,6 +30,7 @@ namespace storm {
* @param moduleName The name of the module for which to build the settings. * @param moduleName The name of the module for which to build the settings.
*/ */
ModuleSettings(std::string const& moduleName); ModuleSettings(std::string const& moduleName);
virtual ~ModuleSettings() {}
/*! /*!
* Checks whether the settings are consistent. If they are inconsistent, an exception is thrown. * Checks whether the settings are consistent. If they are inconsistent, an exception is thrown.

Loading…
Cancel
Save