From 5adb5d1969bafc4a74f0778ac21a5d386442f039 Mon Sep 17 00:00:00 2001 From: David Baird Date: Sun, 19 Aug 2012 23:06:37 -0600 Subject: [PATCH] Updating README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc297ac..88b2b93 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The interface looks somewhat like this: // Should work with C functions, C++ functors, and C++11 std::function and // lambda: template - void dispatch(Callable & callable); + void dispatch(Callable callable); // Sends a TEXT type message (gets put into a buffer for poll() to send // later):