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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-08-28 12:27:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-08-28 12:27:50 +0300
commitf9f4e208713ec2b4fa8f8e112fb50cfd1ee6a266 (patch)
treed20c41753ed01f847e3baab635d20fdfd058e0a3 /source/blender/editors/space_outliner/outliner_tree.c
parent49e7b77b1952c6ea4ab5064d0d31b54052301ffd (diff)
parent2e71927622ec7e25c400f23b58fd8d14e056482d (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_tree.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c
index 0401505b4cd..0d41b641c2b 100644
--- a/source/blender/editors/space_outliner/outliner_tree.c
+++ b/source/blender/editors/space_outliner/outliner_tree.c
@@ -843,6 +843,8 @@ static void outliner_add_id_contents(SpaceOops *soops, TreeElement *te, TreeStor
}
break;
}
+ default:
+ break;
}
}