Skip to content
Snippets Groups Projects

Revert some interface changes of THistSvc

Merged Martin Errenst requested to merge merrenst/Gaudi:THistSvc-180131 into master
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -19,7 +19,8 @@
DECLARE_COMPONENT( THistWrite )
//------------------------------------------------------------------------------
THistWrite::THistWrite( const std::string& name, ISvcLocator* pSvcLocator ) : Algorithm( name, pSvcLocator ), m_ths( nullptr )
THistWrite::THistWrite( const std::string& name, ISvcLocator* pSvcLocator )
: Algorithm( name, pSvcLocator ), m_ths( nullptr )
//------------------------------------------------------------------------------
{
}
Loading