readability-named-parameter

This commit is contained in:
Daniel Chabrowski
2018-02-25 12:39:37 +01:00
parent 35a843f8b6
commit 5355bd3a8f
4 changed files with 22 additions and 28 deletions

View File

@@ -139,7 +139,7 @@ public:
async_log_helper(const async_log_helper&) = delete;
async_log_helper& operator=(const async_log_helper&) = delete;
void set_formatter(formatter_ptr);
void set_formatter(formatter_ptr msg_formatter);
void flush(bool wait_for_q);