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:
Diffstat (limited to 'source/blender/modifiers/MOD_nodes.h')
-rw-r--r--source/blender/modifiers/MOD_nodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/modifiers/MOD_nodes.h b/source/blender/modifiers/MOD_nodes.h
index 2c33c2ad448..9c75e7e3416 100644
--- a/source/blender/modifiers/MOD_nodes.h
+++ b/source/blender/modifiers/MOD_nodes.h
@@ -18,15 +18,15 @@
struct Main;
struct Object;
-struct EmptyModifierData;
+struct NodesModifierData;
#ifdef __cplusplus
extern "C" {
#endif
-void MOD_nodes_update_interface(struct Object *object, struct EmptyModifierData *emd);
+void MOD_nodes_update_interface(struct Object *object, struct NodesModifierData *nmd);
-void MOD_nodes_init(struct Main *bmain, struct EmptyModifierData *emd);
+void MOD_nodes_init(struct Main *bmain, struct NodesModifierData *nmd);
#ifdef __cplusplus
}