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 04:59:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-23 04:59:55 +0300
commitdd77e4515159187cf188706d53c6769e62346a21 (patch)
tree3ba467d0f3f2dda9161ff415388a3a7956bccb47 /source/blender/blenkernel/BKE_modifier.h
parent71e00252f0aa394cc48b869d221619e0d5645ad1 (diff)
Cleanup: header guards & style
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 b5f72b0774e..b0917e4f6cd 100644
--- a/source/blender/blenkernel/BKE_modifier.h
+++ b/source/blender/blenkernel/BKE_modifier.h
@@ -278,7 +278,7 @@ typedef struct ModifierTypeInfo {
* This function is optional.
*/
void (*updateDepgraph)(struct ModifierData *md,
- const ModifierUpdateDepsgraphContext* ctx);
+ const ModifierUpdateDepsgraphContext *ctx);
/* Add the appropriate relations to the dependency graph.
*
@@ -286,7 +286,7 @@ typedef struct ModifierTypeInfo {
*/
/* TODO(sergey): Remove once we finally switched to the new depsgraph. */
void (*updateDepsgraph)(struct ModifierData *md,
- const ModifierUpdateDepsgraphContext* ctx);
+ const ModifierUpdateDepsgraphContext *ctx);
/* Should return true if the modifier needs to be recalculated on time
* changes.