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:
authorSybren A. Stüvel <sybren@blender.org>2020-07-17 12:29:46 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-07-17 12:49:51 +0300
commitc5f61fbf48c691185a6ff50af935aba5096019c4 (patch)
tree18f5305a7507f3142fb5b7741c59913aa50b46c6 /source/blender/io/common
parent5910dbdbf7dc7999597a680f81c261fa7bbcf011 (diff)
Cleanup: avoid warning about redundant access specifier
No functional changes.
Diffstat (limited to 'source/blender/io/common')
-rw-r--r--source/blender/io/common/intern/abstract_hierarchy_iterator_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/io/common/intern/abstract_hierarchy_iterator_test.cc b/source/blender/io/common/intern/abstract_hierarchy_iterator_test.cc
index 04d26422143..266c865ee52 100644
--- a/source/blender/io/common/intern/abstract_hierarchy_iterator_test.cc
+++ b/source/blender/io/common/intern/abstract_hierarchy_iterator_test.cc
@@ -66,7 +66,6 @@ class TestingHierarchyIterator : public AbstractHierarchyIterator {
used_writers hair_writers;
used_writers particle_writers;
- public:
explicit TestingHierarchyIterator(Depsgraph *depsgraph) : AbstractHierarchyIterator(depsgraph)
{
}