wsevents: fix constructor

This commit is contained in:
Stéphane L 2019-04-20 18:05:51 +02:00
parent 515c7852ba
commit 2e2a7f073e

View File

@ -95,8 +95,6 @@ void WSEvents::ResetCurrent(WSServerPtr srv) {
WSEvents::WSEvents(WSServerPtr srv) :
_srv(srv),
_streamingActive(false),
_recordingActive(false),
_streamStarttime(0),
_recStarttime(0),
HeartbeatIsActive(false),