Skip to content
Snippets Groups Projects
Commit c5052c5d authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'cppcheck.AthenaPython-20190206' into 'master'

AthenaPython: Fix cppcheck warning.

See merge request atlas/athena!20928
parents 69248ad3 a3b7bf57
No related branches found
No related tags found
No related merge requests found
///////////////////////// -*- C++ -*- /////////////////////////////
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
// PyAthenaGILStateEnsure.h
......@@ -33,8 +33,8 @@ class PyGILStateEnsure
///////////////////////////////////////////////////////////////////
inline PyGILStateEnsure::PyGILStateEnsure()
{
m_gstate = PyGILState_Ensure();
: m_gstate (PyGILState_Ensure())
{
}
inline PyGILStateEnsure::~PyGILStateEnsure()
......
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