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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/MOD_nodes.h b/source/blender/modifiers/MOD_nodes.h
index 9c75e7e3416..907dbe9c5f4 100644
--- a/source/blender/modifiers/MOD_nodes.h
+++ b/source/blender/modifiers/MOD_nodes.h
@@ -17,8 +17,8 @@
#pragma once
struct Main;
-struct Object;
struct NodesModifierData;
+struct Object;
#ifdef __cplusplus
extern "C" {