[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:
hunuza 2009-06-14 11:12:34 +02:00
parent 55836df62f
commit a34e7857f1
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8008"
#define REVISION_NR "8009"
#endif // __REVISION_NR_H__