summaryrefslogtreecommitdiffstats
path: root/modules/webrtc/webrtc_peer_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webrtc/webrtc_peer_connection.h')
-rw-r--r--modules/webrtc/webrtc_peer_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webrtc/webrtc_peer_connection.h b/modules/webrtc/webrtc_peer_connection.h
index 0f79c17519..33c95ccd0f 100644
--- a/modules/webrtc/webrtc_peer_connection.h
+++ b/modules/webrtc/webrtc_peer_connection.h
@@ -85,7 +85,7 @@ public:
virtual Error poll() = 0;
virtual void close() = 0;
- static WebRTCPeerConnection *create();
+ static WebRTCPeerConnection *create(bool p_notify_postinitialize = true);
WebRTCPeerConnection();
~WebRTCPeerConnection();