Cleanup: discarded-qualifier warning

This commit is contained in:
Campbell Barton 2019-09-20 21:04:56 +10:00
parent fb6ef2ec8d
commit f431c19954
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ static void file_refresh(const bContext *C, ScrArea *sa)
}
/* If there's _no_ file-operation, ensure we _don't_ have the option region */
else if (sa && (sfile->op == NULL) && (region_tool_props != NULL)) {
ED_region_remove(C, sa, region_tool_props);
ED_region_remove((bContext *)C, sa, region_tool_props);
}
ED_area_tag_redraw(sa);