aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-05-07 21:15:34 +0100
committerGravatar Sadie Powell2020-05-07 21:15:34 +0100
commita4586749b99581d366d9ccb00367c7734aefd4bc (patch)
treea3c62301ca176ed7b4c3a395ab6b416430ab4370
parentMerge branch 'insp3' into master. (diff)
Fix an oversight introduced in commit 98e4ddfb21.
-rw-r--r--include/clientprotocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h
index 64383e0a6..a162472f5 100644
--- a/include/clientprotocol.h
+++ b/include/clientprotocol.h
@@ -477,6 +477,7 @@ class ClientProtocol::Event
*/
Event(EventProvider& protoeventprov, ClientProtocol::Message& msg)
: event(&protoeventprov)
+ , initialmsg(&msg)
{
}