AthExThinning: Fix gcc9 warnings.
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning. Former-commit-id: cadd4a4c
Showing
- Control/AthenaExamples/AthExThinning/AthExThinning/AthExIParticle.h 2 additions, 2 deletions...henaExamples/AthExThinning/AthExThinning/AthExIParticle.h
- Control/AthenaExamples/AthExThinning/src_lib/AthExIParticle.cxx 1 addition, 8 deletions...l/AthenaExamples/AthExThinning/src_lib/AthExIParticle.cxx
Loading
Please register or sign in to comment