X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Finternalpeer.cpp;h=04031b8c393057886f8d3fc5bd282a5fdb6c45de;hp=20ab2e92cd66169c9d6dbef53723a3d89e449679;hb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;hpb=fd25e92f19d6afd4eb02844bcbf20ba132868303 diff --git a/src/common/internalpeer.cpp b/src/common/internalpeer.cpp index 20ab2e92..04031b8c 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-2016 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)