Skip to content
Snippets Groups Projects
Commit 3e1c14fb authored by Tim Martin's avatar Tim Martin Committed by Graeme Stewart
Browse files

'coverity fix' (TrigCostMonitor-01-20-16)

	* Coverity fix 108983
	* Tag TrigCostMonitor-01-20-16


Former-commit-id: e4fcf8a5e568c55cf1c1b8bcabfbbc9a7851a85d
parent 1f7a062e
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,9 @@
TrigCostTool::TrigCostTool(const std::string& type,
const std::string& name,
const IInterface* parent)
:AthAlgTool(type, name, parent),
:AthAlgTool(type, name, parent),
m_appId(0),
m_appName(),
m_parentAlg(0),
m_timer(0),
m_timerSvc("TrigTimerSvc/TrigTimerSvc", name),
......
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