diff --git a/Generators/GenAnalysisTools/TruthHelper/TruthHelper/GenIMCselector.h b/Generators/GenAnalysisTools/TruthHelper/TruthHelper/GenIMCselector.h
index 50b81a3bd47856ece3fdcb270bf80c85739b4722..cd2e7f1edad5bd43356ee1434956cbb9b137a3e2 100644
--- a/Generators/GenAnalysisTools/TruthHelper/TruthHelper/GenIMCselector.h
+++ b/Generators/GenAnalysisTools/TruthHelper/TruthHelper/GenIMCselector.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRUTHHELPER_GENIMCSELECTOR_H
@@ -17,7 +17,7 @@ namespace TruthHelper {
   public:
 
     // Virtual destructor to allow inheritance
-    virtual ~GenIMCselector() { }
+    virtual ~GenIMCselector() = default;
 
     // Allow selector objects to be copied (to be implemented).
     virtual GenIMCselector* create() const = 0;