LArRawEvent: 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: c60f291ec74c80d0f68d45b163a8b895c03667ef
Loading
Please register or sign in to comment