diff --git a/libraries/networking/src/NetworkPeer.h b/libraries/networking/src/NetworkPeer.h index 5895ffc785..e44fac2dcc 100644 --- a/libraries/networking/src/NetworkPeer.h +++ b/libraries/networking/src/NetworkPeer.h @@ -58,8 +58,8 @@ public: void recordBytesSent(int count); void recordBytesReceived(int count); - float getOutboundBandwidth() // in kbps; - float getInboundBandwidth() // in kbps; + float getOutboundBandwidth(); // in kbps + float getInboundBandwidth(); // in kbps friend QDataStream& operator<<(QDataStream& out, const NetworkPeer& peer); friend QDataStream& operator>>(QDataStream& in, NetworkPeer& peer);