diff --git a/third_party_mods/libjingle/source/talk/base/refcount.h b/third_party_mods/libjingle/source/talk/base/refcount.h index b811809fed..be4ac8a949 100644 --- a/third_party_mods/libjingle/source/talk/base/refcount.h +++ b/third_party_mods/libjingle/source/talk/base/refcount.h @@ -60,7 +60,8 @@ class RefCountedObject : public T { } template - RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) : ref_count_(0), T(p1, p2, p3, p4) { + RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) + : ref_count_(0), T(p1, p2, p3, p4) { } template