Skip to content

Commit

Permalink
Remove virtual
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Jakub Fila <[email protected]>
  • Loading branch information
jmcarcell and m-fila committed Dec 9, 2024
1 parent 490bf51 commit f0ec764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4FWCore/include/k4FWCore/DataWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ template <class T> class GAUDI_API DataWrapper : public DataWrapperBase {
uptr.release();
is_owner = false;
}
virtual ~DataWrapper() override;
~DataWrapper() override;

const T* getData() const { return m_data; }
void setData(const T* data) { m_data = data; }
Expand Down

0 comments on commit f0ec764

Please sign in to comment.