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

Fix warnings #155

Merged
merged 1 commit into from
Aug 29, 2019
Merged

Fix warnings #155

merged 1 commit into from
Aug 29, 2019

Conversation

nathanielhourt
Copy link

@nathanielhourt nathanielhourt commented Aug 29, 2019

Ref bitshares/bitshares-core#1584

The appender class is intended to be inherited and used polymorphically, but does not have a virtual destructor, which causes warnings. This adds a virtual destructor to fix these warnings.

The `appender` class is intended to be inherited and used polymorphically, but does not have a virtual destructor, which causes warnings. This adds a virtual destructor to fix these warnings.
@abitmore abitmore added this to the core release 4.1.0 milestone Aug 29, 2019
@nathanielhourt nathanielhourt merged commit 7954c4a into master Aug 29, 2019
@nathanielhourt nathanielhourt deleted the nathanhourt-fix-logger-warnings branch August 29, 2019 18:11
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