From 062b8da332335400f284bc93ce63490855135277 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Tue, 5 Jan 2021 17:01:20 +0100
Subject: [PATCH] MuonPRDTest: Fix clang warnings.

If a dtor is final, the class itself should also be final.
---
 .../MuonValidation/MuonPRDTest/src/sTGCRDOVariables.h         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MuonSpectrometer/MuonValidation/MuonPRDTest/src/sTGCRDOVariables.h b/MuonSpectrometer/MuonValidation/MuonPRDTest/src/sTGCRDOVariables.h
index 3d7065337d5..649a2019959 100644
--- a/MuonSpectrometer/MuonValidation/MuonPRDTest/src/sTGCRDOVariables.h
+++ b/MuonSpectrometer/MuonValidation/MuonPRDTest/src/sTGCRDOVariables.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef STGCRDOVARIABLES_H
@@ -10,7 +10,7 @@
 #include "AthenaBaseComps/AthMsgStreamMacros.h"
 #include <vector>
 
-class sTGCRDOVariables : public ValAlgVariables
+class sTGCRDOVariables final : public ValAlgVariables
 {
  public:
  sTGCRDOVariables(StoreGateSvc* evtStore,
-- 
GitLab