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:
authorCampbell Barton <ideasman42@gmail.com>2019-10-20 08:42:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-20 08:42:49 +0300
commit047c66279ae7f7447e5fd1cbd5baba225e8cfe84 (patch)
tree620b1d86a5c6e1bcfc53d9c949d2091cedd5228c /source/blender/collada/collada_internal.cpp
parent970d7ed860f1df7ad316830f7fef6babb5c66d7e (diff)
Cleanup: missing declaration warnings
Diffstat (limited to 'source/blender/collada/collada_internal.cpp')
-rw-r--r--source/blender/collada/collada_internal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/collada_internal.cpp b/source/blender/collada/collada_internal.cpp
index a97b5e0eca1..7e834045795 100644
--- a/source/blender/collada/collada_internal.cpp
+++ b/source/blender/collada/collada_internal.cpp
@@ -314,7 +314,7 @@ std::string get_joint_sid(Bone *bone)
{
return translate_id(bone->name);
}
-std::string get_joint_sid(EditBone *bone)
+static std::string get_joint_sid(EditBone *bone)
{
return translate_id(bone->name);
}