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 3be72e7 commit 3a5d489Copy full SHA for 3a5d489
src/server.h
@@ -23,7 +23,7 @@ class RPCServer {
23
// }
24
25
template<typename F>
26
- bool bind(const MsgPack::str_t& name, F&& func, MsgPack::str_t& tag=""){
+ bool bind(const MsgPack::str_t& name, F&& func, MsgPack::str_t tag=""){
27
return dispatcher.bind(name, func, tag);
28
}
29
0 commit comments