Commit: fec5c12ac86b5a318f8cc064cbc2860fe14331d5
Author: Jacques Lucke
Date:   Wed Oct 7 18:13:14 2020 +0200
Branches: master
https://developer.blender.org/rBfec5c12ac86b5a318f8cc064cbc2860fe14331d5

Cleanup: inconsistent parameter name

Found by clang-tidy.

===================================================================

M       source/blender/blenkernel/BKE_volume.h

===================================================================

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
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to