Mir

Code review comment for lp:~vanvugt/mir/resize-BufferStream

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

Looks good functionality-wise.

8 + virtual void resize(const geometry::Size &size)

According to our style guide, the preferred position for placing 'const' is after the type, although we don't require it. However, we do require the '&'/'*' to be adjacent to the type.

review: Needs Fixing

« Back to merge proposal