Mir

Code review comment for lp:~alan-griffiths/mir/drag-and-drop

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> nits:
> +struct MyMirBlob : MirBlob
> DnDBlob?

Is that clearer?

> + //std::copy(reader.begin(), reader.end(), back_inserter(blob->data_));
> why commented out?

Because that's what I would write if capnp would let it compile. ;)

I guess I can delete it, the code is clear enough without.

« Back to merge proposal