Cleanup: inconsistent parameter name

Found by clang-tidy.
This commit is contained in:
Jacques Lucke 2020-10-07 18:13:14 +02:00
parent 253dbe71dc
commit fec5c12ac8
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ void BKE_volume_grid_remove(struct Volume *volume, struct VolumeGrid *grid);
bool BKE_volume_save(struct Volume *volume,
struct Main *bmain,
struct ReportList *reports,
const char *filename);
const char *filepath);
#ifdef __cplusplus
}