Code review comment for lp:~aacid/unity/do_not_reuse_menus_on_order_change

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

108 + GVariant *CallSync(string const& method_name,
109 + GVariant* parameters,

Ah, please also add the * near to the typename (i.e. GVariant*) and, fix the parameters indentation.

« Back to merge proposal