Skip to content
Snippets Groups Projects
Commit 062b8da3 authored by scott snyder's avatar scott snyder
Browse files

MuonPRDTest: Fix clang warnings.

If a dtor is final, the class itself should also be final.
parent 0f297501
No related branches found
No related tags found
No related merge requests found
/*
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment