summaryrefslogtreecommitdiff
path: root/include/classbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/classbase.h')
-rw-r--r--include/classbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/classbase.h b/include/classbase.h
index 0db0c35..a9542d7 100644
--- a/include/classbase.h
+++ b/include/classbase.h
@@ -90,7 +90,7 @@ public:
/**
* Destructor
*/
- virtual ~ClassBase() {}
+ virtual ~ClassBase() = default;
/**
* Construct a new instance of the object, or to clone the object