Mir

Code review comment for lp:~josharenson/mir/command_line_config

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

> ~~~
> 87 +int argc;
> 88 +char const** argv;
> ~~~
>
> Mark them static?

No put them in an anonymous namespace (as they were in the "before" code).

review: Needs Fixing

« Back to merge proposal