X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Finternalpeer.cpp;h=a5e50051a006311616a7e574cb3c6c59042cb1c2;hp=20ab2e92cd66169c9d6dbef53723a3d89e449679;hb=e49189fdfac6eadbe0f4a5f46dc43c1585e847f6;hpb=fd25e92f19d6afd4eb02844bcbf20ba132868303 diff --git a/src/common/internalpeer.cpp b/src/common/internalpeer.cpp index 20ab2e92..a5e50051 100644 --- a/src/common/internalpeer.cpp +++ b/src/common/internalpeer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -37,7 +37,7 @@ public: InternalPeer::InternalPeer(QObject *parent) - : Peer(parent), + : Peer(0, parent), _proxy(0), _peer(0), _isOpen(true)