fixes missing return value

This commit is contained in:
Peter Thorson
2013-01-06 06:42:55 -06:00
parent 2af6ccb7a7
commit 448588ac5c

View File

@@ -228,6 +228,7 @@ protected:
// would this work?
m_io_service->post(handler);
return lib::error_code();
}
lib::error_code dispatch(dispatch_handler handler) {