We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35f1fe commit b6f3127Copy full SHA for b6f3127
1 file changed
src/DataModelBase/DataModelBase.h
@@ -30,7 +30,9 @@ namespace ToolFramework{
30
31
public:
32
33
- DataModelBase(); ///< Simple constructor
+ DataModelBase(); ///< Simple constructor
34
+
35
+ virtual ~DataModelBase() = default; ///< Simple destructor
36
37
Logging *Log; ///< Log class pointer for use in Tools, it can be used to send messages which can have multiple error levels and destination end points
38
0 commit comments