Add missing move cast.

This commit is contained in:
Christopher Kohlhoff 2013-08-20 10:21:28 +10:00
parent 8837bd220d
commit 79c2a96015

View File

@ -72,7 +72,7 @@ public:
void operator()()
{
dispatcher_.dispatch(handler_);
dispatcher_.dispatch(ASIO_MOVE_CAST(Handler)(handler_));
}
void operator()() const