I made result() return a const & in order not to have anyone trying to
do this again.

Why not return a DispatchResult& ? I think that was the intent anyway.

Why would we. The only place from where the DispatchResult is changed is within the Cursor class, so direct access to the private member.
JMarc
Vincent

Reply via email to