(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:
@@ -77,7 +77,7 @@ public:
|
||||
* @pre IsValidGroup(group_id).
|
||||
* @return The name the group has.
|
||||
*/
|
||||
static const char *GetName(GroupID group_id);
|
||||
static char *GetName(GroupID group_id);
|
||||
|
||||
/**
|
||||
* Enable or disable autoreplace protected. If the protection is
|
||||
|
Reference in New Issue
Block a user