Mir

Code review comment for lp:~brandontschaefer/mir/mir-event-union-to-struct

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

+MirInputEvent* MirEvent::to_input()
1318 +{
1319 + return reinterpret_cast<MirInputEvent*>(this);
1320 +}

And all other to_xxx methods can all use static_cast

review: Needs Fixing

« Back to merge proposal