mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[8009] Pass const string reference to functions where possible.
Avoids creating an unnecessary copy of strings. Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
55836df62f
commit
a34e7857f1
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8008"
|
||||
#define REVISION_NR "8009"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue