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:
authorHans Goudey <h.goudey@me.com>2022-09-30 00:43:09 +0300
committerHans Goudey <h.goudey@me.com>2022-09-30 00:43:09 +0300
commit0ff485b6bac274c26605da56995ad6a3a63dd8e5 (patch)
tree8c55fbc1e9ddbbc691c4e1930b7a5f6b81aa6c11 /source/blender/modifiers/MOD_modifiertypes.h
parent3059c0998a3db3e123a6894f7862fce3084001cd (diff)
Cleanup: Move modifier.c to C++
Diffstat (limited to 'source/blender/modifiers/MOD_modifiertypes.h')
-rw-r--r--source/blender/modifiers/MOD_modifiertypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/MOD_modifiertypes.h b/source/blender/modifiers/MOD_modifiertypes.h
index 4576ac68413..70d6cb9ff76 100644
--- a/source/blender/modifiers/MOD_modifiertypes.h
+++ b/source/blender/modifiers/MOD_modifiertypes.h
@@ -79,7 +79,7 @@ extern ModifierTypeInfo modifierType_VolumeToMesh;
/* MOD_util.c */
/**
- * Only called by `BKE_modifier.h/modifier.c`
+ * Only called by `BKE_modifier.h/modifier.cc`
*/
void modifier_type_init(ModifierTypeInfo *types[]);