(svn r15123) -Fix [NoAI]: 'const char *' implies that the return value should not be free'd, which is should .. so make them 'char *'
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
* @pre IsValidSign(sign_id).
|
||||
* @return The name of the sign.
|
||||
*/
|
||||
static const char *GetName(SignID sign_id);
|
||||
static char *GetName(SignID sign_id);
|
||||
|
||||
/**
|
||||
* Gets the location of the sign.
|
||||
|
Reference in New Issue
Block a user