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/nodes/NOD_socket_declarations.hh')
-rw-r--r--source/blender/nodes/NOD_socket_declarations.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/nodes/NOD_socket_declarations.hh b/source/blender/nodes/NOD_socket_declarations.hh
index 98c8fa68876..1b78a09d6a8 100644
--- a/source/blender/nodes/NOD_socket_declarations.hh
+++ b/source/blender/nodes/NOD_socket_declarations.hh
@@ -226,7 +226,8 @@ class Shader : public SocketDeclaration {
bool matches(const bNodeSocket &socket) const override;
};
-class ShaderBuilder : public SocketDeclarationBuilder<Shader> {};
+class ShaderBuilder : public SocketDeclarationBuilder<Shader> {
+};
/* -------------------------------------------------------------------- */
/** \name #FloatBuilder Inline Methods