diff options
| author | 2020-05-07 21:15:34 +0100 | |
|---|---|---|
| committer | 2020-05-07 21:15:34 +0100 | |
| commit | a4586749b99581d366d9ccb00367c7734aefd4bc (patch) | |
| tree | a3c62301ca176ed7b4c3a395ab6b416430ab4370 /include/clientprotocol.h | |
| parent | Merge branch 'insp3' into master. (diff) | |
Fix an oversight introduced in commit 98e4ddfb21.
Diffstat (limited to 'include/clientprotocol.h')
| -rw-r--r-- | include/clientprotocol.h | 1 |
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) { } |
