Skip to content
Snippets Groups Projects

xAODRootAccess: Fix cppcheck warning.

Merged Scott Snyder requested to merge ssnyder/athena:cppcheck.xAODRootAccess-20240108 into main
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -27,7 +27,9 @@ namespace xAOD {
XAOD_MESSAGE( "No collection proxy found for type %s" ),
cl->GetName() );
}
m_proxy->PushProxy( m_vec );
else {
m_proxy->PushProxy( m_vec );
}
// Make sure the object is of the right size:
this->resize( size );
Loading