Some more gcc deprecation cleanups
This commit is contained in:
@@ -968,7 +968,7 @@ void cd_get_text_edit_str(short, char *str)
|
||||
else str[0] = 0;
|
||||
}
|
||||
|
||||
void cd_set_item_text(short dlog_num, short item_num, char *str)
|
||||
void cd_set_item_text(short dlog_num, short item_num, char const *str)
|
||||
{
|
||||
short k,dlg_index,item_index;
|
||||
if (cd_get_indices(dlog_num,item_num,&dlg_index,&item_index) < 0)
|
||||
|
Reference in New Issue
Block a user