Skip to content
Snippets Groups Projects
Commit 1a77418f authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'main-clang' into 'main'

CavernInfraGeoModel: fixed clang warning

See merge request atlas/athena!69318
parents 9361f205 8d048323
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class CavernInfraDetectorFactory : public GeoVDetectorFactory
virtual void create(GeoPhysVol *world) override;
// Access to the results:
const CavernInfraDetectorManager* getDetectorManager() const;
virtual const CavernInfraDetectorManager* getDetectorManager() const override;
// Set version Tag and Node
void setTagNode(const std::string& tag, const std::string& node);
......
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