use 'const char *' for imbuf and file ops.

This commit is contained in:
2010-11-19 02:14:18 +00:00
parent 0b74aab939
commit 5a09368957
36 changed files with 93 additions and 93 deletions

View File

@@ -682,7 +682,7 @@ static void free_iconfile_list(struct ListBase *list)
}
}
int UI_iconfile_get_index(char *filename)
int UI_iconfile_get_index(const char *filename)
{
IconFile *ifile;
ListBase *list=&(iconfilelist);