From: Amos Jeffries Date: Fri, 20 Feb 2015 11:56:13 +0000 (-0800) Subject: Fix typo in rev.13942 X-Git-Tag: merge-candidate-3-v1~251 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=29d978245e9b05e8ba4e910424de0f87d28d7ba4;p=thirdparty%2Fsquid.git Fix typo in rev.13942 --- diff --git a/src/base/RefCount.h b/src/base/RefCount.h index e0c6926a28..32ef2db675 100644 --- a/src/base/RefCount.h +++ b/src/base/RefCount.h @@ -58,7 +58,7 @@ public: p_ = std::move(p.p_); p.p_ = NULL; } - return *this + return *this; } bool operator !() const { return !p_; }