diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-22 21:37:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-22 21:37:35 +0300 |
commit | 24e0a7941965b6130fa008c0783d559c57c91005 (patch) | |
tree | e6f173f00ecdaa58a9b23fc38fb4a7bc1f0150c0 /src/client.h | |
parent | 1547aee3088cab359ac16f884dcd65a6770925ea (diff) | |
download | mv-24e0a7941965b6130fa008c0783d559c57c91005.tar.gz mv-24e0a7941965b6130fa008c0783d559c57c91005.tar.bz2 mv-24e0a7941965b6130fa008c0783d559c57c91005.tar.xz mv-24e0a7941965b6130fa008c0783d559c57c91005.zip |
Add const and some other minor changes in chatlogger and client classes.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 956ee9b85..456dee6a8 100644 --- a/src/client.h +++ b/src/client.h @@ -307,7 +307,7 @@ public: void initPacketLimiter(); - void writePacketLimits(std::string packetLimitsName) const; + void writePacketLimits(const std::string &packetLimitsName) const; void resizeVideo(int width, int height, const bool always); |