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:
authorHans Goudey <h.goudey@me.com>2021-05-14 01:37:51 +0300
committerHans Goudey <h.goudey@me.com>2021-05-14 01:37:51 +0300
commit88aee2986fe2ae5b9d6d33f38aa638ebcd70928c (patch)
tree99765aca968e59c8aa9abf307d80e845cedf0e51 /source/blender/io/collada/Materials.h
parent2953732fc5e159d2ae0e9fc23c593a9127a2004a (diff)
Cleanup: Clang format
Diffstat (limited to 'source/blender/io/collada/Materials.h')
-rw-r--r--source/blender/io/collada/Materials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/collada/Materials.h b/source/blender/io/collada/Materials.h
index 431c309467a..1886acb7a6a 100644
--- a/source/blender/io/collada/Materials.h
+++ b/source/blender/io/collada/Materials.h
@@ -48,7 +48,7 @@ class MaterialNode {
bNodeTree *prepare_material_nodetree();
bNode *add_node(int node_type, int locx, int locy, std::string label);
void add_link(bNode *from_node, int from_index, bNode *to_node, int to_index);
- void add_link(bNode *from_node, const char* from_label, bNode *to_node, const char* to_label);
+ void add_link(bNode *from_node, const char *from_label, bNode *to_node, const char *to_label);
bNode *add_texture_node(COLLADAFW::ColorOrTexture &cot, int locx, int locy, std::string label);
void setShaderType();