Browse Source

Fix virtual destructor

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

3
src/settings/modules/ModuleSettings.h

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