Skip to content

v0.2.55..v0.2.56 changeset Element.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/elements/Element.h b/hoot-core/src/main/cpp/hoot/core/elements/Element.h
index 8b955af..974e89a 100644
--- a/hoot-core/src/main/cpp/hoot/core/elements/Element.h
+++ b/hoot-core/src/main/cpp/hoot/core/elements/Element.h
@@ -71,7 +71,7 @@ public:
 
   Element();
 
-  virtual ~Element() {}
+  virtual ~Element() = default;
 
   virtual void clear() = 0;
 
Clone this wiki locally