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

GeoModelEnvelopes: Fix clang warning.

If a dtor is final, the class itself should also be final.
parent e6a28200
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
#ifndef ForDetEnvelopeTool_h
......@@ -8,7 +8,7 @@
#include "GeoModelUtilities/GeoModelTool.h"
class ForDetEnvelopeManager;
class ForDetEnvelopeTool : public GeoModelTool
class ForDetEnvelopeTool final : public GeoModelTool
{
public:
......
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