Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-10-07 19:13:14 +0300
committerJacques Lucke <jacques@blender.org>2020-10-07 19:13:14 +0300
commitfec5c12ac86b5a318f8cc064cbc2860fe14331d5 (patch)
tree2d8cd2a439efce97e4ed41168e0abd2269e636e2 /source/blender/blenkernel/BKE_volume.h
parent253dbe71dcefabc7abfb992d800caa1d963324d1 (diff)
Cleanup: inconsistent parameter name
Found by clang-tidy.
Diffstat (limited to 'source/blender/blenkernel/BKE_volume.h')
-rw-r--r--source/blender/blenkernel/BKE_volume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_volume.h b/source/blender/blenkernel/BKE_volume.h
index 56962371fe4..f48f417ab6d 100644
--- a/source/blender/blenkernel/BKE_volume.h
+++ b/source/blender/blenkernel/BKE_volume.h
@@ -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
}