fixed compilation warning

This commit is contained in:
csoler 2019-04-11 21:04:29 +02:00
parent 4c8851801f
commit 322334b076
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -186,7 +186,7 @@ class NetInterface;
class PQInterface: public RateInterface
{
public:
explicit PQInterface(const RsPeerId &id) :peerId(id), traf_in(0), traf_out(0) { return; }
explicit PQInterface(const RsPeerId &id) :traf_in(0), traf_out(0),peerId(id) { return; }
virtual ~PQInterface() { return; }
/*!