From 37cbc7cbf20837e3630d33bd9ce6498b2849514f Mon Sep 17 00:00:00 2001 From: Rico Antonio Felix Date: Tue, 23 Jun 2015 21:51:57 -0400 Subject: Refactored Constant::~Constant() to use C++ default keyword instead of an empty body to clarify intent --- include/constant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.h b/include/constant.h index 9ff2882..1326c5e 100644 --- a/include/constant.h +++ b/include/constant.h @@ -100,7 +100,7 @@ public: /** * Destructor */ - virtual ~Constant() {} + virtual ~Constant() = default; /** * Add the constant to a class -- cgit v1.2.3