Skip to content

Logger: Fix missing "virtual" on destructor#691

Merged
ad3154 merged 1 commit into
mainfrom
adrian/logger
May 26, 2026
Merged

Logger: Fix missing "virtual" on destructor#691
ad3154 merged 1 commit into
mainfrom
adrian/logger

Conversation

@ad3154

@ad3154 ad3154 commented May 26, 2026

Copy link
Copy Markdown
Member

Fixed CANStackLogger had missing "virtual" on its destructor.

This is a pretty harmless change that un-breaks the ability to inherit from the logger and make your own.

Closes #688

Fixed CANStackLogger had missing "virtual" on its destructor
@ad3154 ad3154 self-assigned this May 26, 2026
@ad3154
ad3154 merged commit 869430f into main May 26, 2026
10 checks passed
@ad3154
ad3154 deleted the adrian/logger branch May 26, 2026 04:42
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.

CAN stack logger missing virtual destructor

1 participant