Skip to content
Snippets Groups Projects
Commit dbd77f95 authored by Nils Krumnack's avatar Nils Krumnack
Browse files

avoid an overload warning in AthAnalysis

parent f531e432
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ namespace EL
// virtual interface
//
#ifdef XAOD_STANDALONE
/// \brief initialize this algorithm
///
/// Note that unlike the original EventLoop algorithms, this gets
......@@ -144,6 +145,7 @@ namespace EL
/// try to access it.
protected:
virtual ::StatusCode finalize ();
#endif
......
......@@ -83,6 +83,7 @@ namespace EL
#ifdef XAOD_STANDALONE
::StatusCode AnaReentrantAlgorithm ::
initialize ()
{
......@@ -104,6 +105,7 @@ namespace EL
{
return StatusCode::SUCCESS;
}
#endif
......
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