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

Add virtual destructor to PromCheck base class #40

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

wandernauta
Copy link
Contributor

Similar to #33; since these are kept in a std::vector<std::unique_ptr<PromCheck>>, they need to be able to be deleted through a base pointer.

Since these are kept in a std::vector<std::unique_ptr<PromCheck>>, they
need to be able to be deleted through a base pointer.
@berthubert berthubert merged commit 3d9630f into berthubert:main Apr 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants