diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-09 14:48:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-09 14:48:07 +0300 |
commit | 099c67f93cf49cda90be55606e1b744c47624b92 (patch) | |
tree | 43a07082db3961e7aa121813ec52c6add0de6df8 /src/net/ea/network.h | |
parent | 8d1a43609fcf67bbffb26ab52fdb07f095f602b8 (diff) | |
download | plus-099c67f93cf49cda90be55606e1b744c47624b92.tar.gz plus-099c67f93cf49cda90be55606e1b744c47624b92.tar.bz2 plus-099c67f93cf49cda90be55606e1b744c47624b92.tar.xz plus-099c67f93cf49cda90be55606e1b744c47624b92.zip |
improve network class.
Diffstat (limited to 'src/net/ea/network.h')
-rw-r--r-- | src/net/ea/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/network.h b/src/net/ea/network.h index ea56848ee..5e957346b 100644 --- a/src/net/ea/network.h +++ b/src/net/ea/network.h @@ -66,7 +66,7 @@ class Network int getInSize() const A_WARN_UNUSED { return mInSize; } - void skip(int len); + void skip(const int len); void flush(); |