Skip to content
Snippets Groups Projects
Commit a984a4cb authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

TrigParticleTPCnv: 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.
parent a7ec5a15
No related branches found
No related tags found
No related merge requests found
Showing
with 36 additions and 36 deletions
Loading
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