Skip to content

Commit a09c1b9

Browse files
committed
fix
1 parent 76ac120 commit a09c1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/stream_webrtc_flutter/flutter_web_r_t_c_plugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern "C" {
2020
FLUTTER_PLUGIN_EXPORT void FlutterWebRTCPluginRegisterWithRegistrar(
2121
FlutterDesktopPluginRegistrarRef registrar);
2222

23-
FLUTTER_PLUGIN_EXPORT flutter_webrtc_plugin::FlutterWebRTC* FlutterWebRTCPluginSharedInstance();
23+
FLUTTER_PLUGIN_EXPORT stream_webrtc_flutter_plugin::FlutterWebRTC* FlutterWebRTCPluginSharedInstance();
2424

2525
#if defined(__cplusplus)
2626
} // extern "C"

0 commit comments

Comments
 (0)