Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing virtual destructor #1131

Merged
merged 1 commit into from Oct 22, 2013
Merged

Conversation

wmtan
Copy link
Contributor

@wmtan wmtan commented Oct 22, 2013

The class L1MuPacking is an abstract base class with all functions virtual. However, it does not have a virtual destructor, as it should. This will likely not cause splitting, because the class has no data members. However, it does prevent the ROOT6 dictionary from compiling.

This pull request adds the missing virtual destructor.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @wmtan for CMSSW_7_0_X.

Missing virtual destructor

It involves the following packages:

CondFormats/L1TObjects

@smuzaffar, @apfeiffer1, @nclopezo, @demattia, @rcastello, @ggovi, @mulhearn can you please review it and eventually sign? Thanks.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
@ktf you are the release manager for this.

@apfeiffer1
Copy link
Contributor

+1

@ktf
Copy link
Contributor

ktf commented Oct 22, 2013

bypassing and merging. Please shout if wrong.

ktf added a commit that referenced this pull request Oct 22, 2013
ROOT 6 -- Missing virtual destructor in CondFormats/L1TObjects
@ktf ktf merged commit 0b85dcb into cms-sw:CMSSW_7_0_X Oct 22, 2013
@wmtan wmtan deleted the MissingVirtualDestructor branch October 22, 2013 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants