Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- peer_connection_client.cpp: In member function ‘void pg_webrtc::PeerConnectionClient::InitSocketSignals()’:
- peer_connection_client.cpp:51:39: error: no matching function for call to ‘sigslot::signal2<talk_base::AsyncSocket*, int>::connect(pg_webrtc::PeerConnectionClient* const, void (pg_webrtc::PeerConnectionClient::*)(talk_base::AsyncSocket*, int* (*)()))’
- peer_connection_client.cpp:51:39: note: candidate is:
- /home/quinlan/src/webrtc/trunk/talk/base/sigslot.h:2373:9: note: template<class desttype> void sigslot::signal2::connect(desttype*, void (desttype::*)(arg1_type, arg2_type)) [with desttype = desttype, arg1_type = talk_base::AsyncSocket*, arg2_type = int, mt_policy = sigslot::single_threaded]
- peer_connection_client.cpp:53:39: error: no matching function for call to ‘sigslot::signal2<talk_base::AsyncSocket*, int>::connect(pg_webrtc::PeerConnectionClient* const, void (pg_webrtc::PeerConnectionClient::*)(talk_base::AsyncSocket*, int* (*)()))’
- peer_connection_client.cpp:53:39: note: candidate is:
- /home/quinlan/src/webrtc/trunk/talk/base/sigslot.h:2373:9: note: template<class desttype> void sigslot::signal2::connect(desttype*, void (desttype::*)(arg1_type, arg2_type)) [with desttype = desttype, arg1_type = talk_base::AsyncSocket*, arg2_type = int, mt_policy = sigslot::single_threaded]
- make: *** [peer_connection_client.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement