From 425331b655df815562b21c8393af4f5ce9c2f00e Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sun, 6 Jun 2021 18:25:17 +0100 Subject: [PATCH] Explictly copy TOOL_EVENT_LIST in the copy constructor --- include/tool/tool_event.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/include/tool/tool_event.h b/include/tool/tool_event.h index 359ea4acbd..c396422bf1 100644 --- a/include/tool/tool_event.h +++ b/include/tool/tool_event.h @@ -578,8 +578,14 @@ public: m_events.push_back( aSingleEvent ); } - ///