Skip to content

Commit a0eb4b0

Browse files
Fix calling convention on ctor (#67)
1 parent 3212db9 commit a0eb4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/signalrclient/signalr_client_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace signalr
3838
SIGNALRCLIENT_API void __cdecl set_websocket_client_config(const web::websockets::client::websocket_client_config& websocket_client_config);
3939
#endif
4040

41-
SIGNALRCLIENT_API __cdecl signalr_client_config();
41+
SIGNALRCLIENT_API signalr_client_config();
4242

4343
SIGNALRCLIENT_API const std::map<std::string, std::string>& __cdecl get_http_headers() const noexcept;
4444
SIGNALRCLIENT_API std::map<std::string, std::string>& __cdecl get_http_headers() noexcept;

0 commit comments

Comments
 (0)