aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2018-08-03 13:52:09 -0400
committerDeterminant <tederminant@gmail.com>2018-08-03 13:52:09 -0400
commit3f1c768e2d5b5e51dec08499d6a877220f33d7a6 (patch)
tree208dfc45136706e395d16a37bf2bbf77dd548d98 /README.rst
parent37dc1f5bfe6630c224d1b131562166ab5bdd9976 (diff)
rename handler_bind and move to type.h
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 06fa050..03fef81 100644
--- a/README.rst
+++ b/README.rst
@@ -132,7 +132,7 @@ Example (MsgNetwork layer)
name(name),
peer(peer) {
/* message handler could be a bound method */
- reg_handler(salticidae::handler_bind(
+ reg_handler(salticidae::generic_bind(
&MyNet::on_receive_hello, this, _1, _2));
reg_conn_handler([this](ConnPool::Conn &conn) {