Skip to content
Snippets Groups Projects
Commit fcb9d1d5 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'gcc11.TrigMonitorBase-20201218' into 'master'

TrigMonitorBase: Fix compilation with gcc11.

See merge request atlas/athena!39332
parents a4e8b755 69c2e28a
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39332TrigMonitorBase: Fix compilation with gcc11.
// -*- c++ -*-
/*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TRIGMONITORBASE_TRIGGENERICMONITORINGTOOL_H
......@@ -120,9 +120,9 @@ template<class M, class P> // Mutex and Proxy type
class TrigGenericMonitoringTool : public TrigMonitorToolBase {
public:
TrigGenericMonitoringTool<M,P>(const std::string & type,
const std::string & name,
const IInterface* parent);
TrigGenericMonitoringTool(const std::string & type,
const std::string & name,
const IInterface* parent);
virtual ~TrigGenericMonitoringTool();
virtual StatusCode bookHists();
......
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