mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
wsevents: fix constructor
This commit is contained in:
parent
515c7852ba
commit
2e2a7f073e
@ -95,8 +95,6 @@ void WSEvents::ResetCurrent(WSServerPtr srv) {
|
|||||||
|
|
||||||
WSEvents::WSEvents(WSServerPtr srv) :
|
WSEvents::WSEvents(WSServerPtr srv) :
|
||||||
_srv(srv),
|
_srv(srv),
|
||||||
_streamingActive(false),
|
|
||||||
_recordingActive(false),
|
|
||||||
_streamStarttime(0),
|
_streamStarttime(0),
|
||||||
_recStarttime(0),
|
_recStarttime(0),
|
||||||
HeartbeatIsActive(false),
|
HeartbeatIsActive(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user