[11261] Get rid of two const_casts by storing const char* instead of char*

This commit is contained in:
zergtmn 2011-03-16 20:02:29 +05:00
parent b588ea9db3
commit df89544baa
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11260"
#define REVISION_NR "11261"
#endif // __REVISION_NR_H__