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 <campbell@blender.org>2022-02-16 05:02:52 +0300
committerCampbell Barton <campbell@blender.org>2022-02-16 05:04:20 +0300
commit37821143dda42acb5e37e3e62a17b0da805d9abd (patch)
treefe8d75864c3d77a1abc132c59621080b8a14c8dc /source/blender/blenkernel/intern/image_partial_update.cc
parentd3b1cce4000b4b530d3ac8e2aa6b86b79b94cca0 (diff)
Cleanup: clang-format, use static sets, sort struct declarations
Diffstat (limited to 'source/blender/blenkernel/intern/image_partial_update.cc')
-rw-r--r--source/blender/blenkernel/intern/image_partial_update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/image_partial_update.cc b/source/blender/blenkernel/intern/image_partial_update.cc
index e1e4a12533a..9d5635f49ab 100644
--- a/source/blender/blenkernel/intern/image_partial_update.cc
+++ b/source/blender/blenkernel/intern/image_partial_update.cc
@@ -90,8 +90,8 @@ static int chunk_number_for_pixel(int pixel_offset)
return chunk_offset;
}
-struct PartialUpdateUserImpl;
struct PartialUpdateRegisterImpl;
+struct PartialUpdateUserImpl;
/**
* Wrap PartialUpdateUserImpl to its C-struct (PartialUpdateUser).