[Bf-blender-cvs] [fec5c12ac86] master: Cleanup: inconsistent parameter name

Jacques Lucke noreply at git.blender.org
Wed Oct 7 18:13:21 CEST 2020


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
 }



More information about the Bf-blender-cvs mailing list