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:
authorCampbell Barton <ideasman42@gmail.com>2018-02-23 05:10:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-23 05:10:39 +0300
commit171c756f2006cf0e839fc9fcdd6b0cadebfe699a (patch)
tree39293150b38ff752b210e342e327902ff9dec2df /source/blender/blenkernel/BKE_modifier.h
parentd7ba1ada8208f6f846b3705f5c6d9933261a625f (diff)
parentf36c803e55983ad30b032da2a775752eb4491fdc (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/blenkernel/BKE_modifier.h')
-rw-r--r--source/blender/blenkernel/BKE_modifier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_modifier.h b/source/blender/blenkernel/BKE_modifier.h
index ac9c2c50df2..e1ce58ba69b 100644
--- a/source/blender/blenkernel/BKE_modifier.h
+++ b/source/blender/blenkernel/BKE_modifier.h
@@ -272,8 +272,8 @@ typedef struct ModifierTypeInfo {
* This function is optional.
*/
void (*updateDepsgraph)(struct ModifierData *md,
- const ModifierUpdateDepsgraphContext* ctx);
-
+ const ModifierUpdateDepsgraphContext *ctx);
+
/* Should return true if the modifier needs to be recalculated on time
* changes.
*