Network/AbstractSocket: Fix comment

Former-commit-id: f74b61def45195a8e5b82f499fbbc05ce0cc492c
This commit is contained in:
Lynix 2015-11-10 12:43:30 +01:00
parent 2efaa9dad6
commit 64cd9edd6b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace Nz
unsigned int QueryAvailableBytes() const;
// Slots
// Signals:
NazaraSignal(OnStateChange, const AbstractSocket* /*socket*/, SocketState /*newState*/);
protected: