We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3212db9 commit a0eb4b0Copy full SHA for a0eb4b0
include/signalrclient/signalr_client_config.h
@@ -38,7 +38,7 @@ namespace signalr
38
SIGNALRCLIENT_API void __cdecl set_websocket_client_config(const web::websockets::client::websocket_client_config& websocket_client_config);
39
#endif
40
41
- SIGNALRCLIENT_API __cdecl signalr_client_config();
+ SIGNALRCLIENT_API signalr_client_config();
42
43
SIGNALRCLIENT_API const std::map<std::string, std::string>& __cdecl get_http_headers() const noexcept;
44
SIGNALRCLIENT_API std::map<std::string, std::string>& __cdecl get_http_headers() noexcept;
0 commit comments