- Use const char* for get_name

This commit is contained in:
Jan Stoess 2007-11-27 12:09:59 +01:00
parent a303c2c5cf
commit 12591f8f3b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ word_t mdb_mem_t::get_next_objsize (word_t objsize)
* Get name of mapping database.
* @return mapping database name
*/
char * SECTION(SEC_KDEBUG) mdb_mem_t::get_name (void)
const char * SECTION(SEC_KDEBUG) mdb_mem_t::get_name (void)
{
return "mem";
}