small bug fix

This commit is contained in:
gabi
2014-10-15 02:24:35 +03:00
parent fae9e86a5d
commit 5f4d4d0909
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ struct log_msg
swap(*this, other);
}
friend void swap(log_msg& l, log_msg& r)
void swap(log_msg& l, log_msg& r)
{
using std::swap;
swap(l.logger_name, r.logger_name);