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@blender.org>2022-07-19 15:44:07 +0300
committerSergey Sharybin <sergey@blender.org>2022-07-19 15:44:07 +0300
commite8465f941cefe2cd408a5e9db97e9a9b3eef1d25 (patch)
treefa4af5ef78f4d6de30f8d88883446ed5868d7569 /source/blender/depsgraph/intern/depsgraph_physics.h
parent835203fde8d61014c727bfc9c8aa3d32862f2592 (diff)
Depsgraph: Cleanup, use nested namespace definition
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_physics.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_physics.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_physics.h b/source/blender/depsgraph/intern/depsgraph_physics.h
index a8d37f76b09..2105eb62ce1 100644
--- a/source/blender/depsgraph/intern/depsgraph_physics.h
+++ b/source/blender/depsgraph/intern/depsgraph_physics.h
@@ -10,8 +10,7 @@
struct Collection;
struct ListBase;
-namespace blender {
-namespace deg {
+namespace blender::deg {
struct Depsgraph;
@@ -21,5 +20,4 @@ ListBase *build_collision_relations(Depsgraph *graph,
unsigned int modifier_type);
void clear_physics_relations(Depsgraph *graph);
-} // namespace deg
-} // namespace blender
+} // namespace blender::deg