Skip to content

Commit

Permalink
Fix new-delete-type-mismatch in BaseEventHandlersImpl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx authored Sep 5, 2024
1 parent 818ea19 commit 46e8dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dds-protocol-lib/src/BaseEventHandlersImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ namespace dds
/// Helpers for event dispatching
struct SHandlerHlpFunc
{
virtual ~SHandlerHlpFunc() = default;
};
template <typename T>
struct SHandlerHlpBaseFunc : SHandlerHlpFunc
Expand Down

0 comments on commit 46e8dd4

Please sign in to comment.