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/compositor/nodes/COM_NormalizeNode.h')
-rw-r--r--source/blender/compositor/nodes/COM_NormalizeNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_NormalizeNode.h b/source/blender/compositor/nodes/COM_NormalizeNode.h
index b955b52391e..ce7a6e1f7ab 100644
--- a/source/blender/compositor/nodes/COM_NormalizeNode.h
+++ b/source/blender/compositor/nodes/COM_NormalizeNode.h
@@ -31,7 +31,7 @@
class NormalizeNode: public Node {
public:
NormalizeNode(bNode *editorNode);
- void convertToOperations(ExecutionSystem* graph, CompositorContext * context);
+ void convertToOperations(ExecutionSystem *graph, CompositorContext * context);
};
#endif