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:
authorJacques Lucke <jacques@blender.org>2022-06-25 19:10:22 +0300
committerJacques Lucke <jacques@blender.org>2022-06-25 19:10:22 +0300
commit2967726a29dc01bf5b5e4480f3ddc913a1c1ccff (patch)
tree4daf7d14dfe830fd8ae67e081ae899f42cba394a /source/blender/blenlib/intern
parent2a8afc142f72785a5ef27f5d8cc2a7d21799be4b (diff)
Cleanup: add missing override
Diffstat (limited to 'source/blender/blenlib/intern')
-rw-r--r--source/blender/blenlib/intern/generic_virtual_array.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/generic_virtual_array.cc b/source/blender/blenlib/intern/generic_virtual_array.cc
index 9287a1016f5..624af3c6ed1 100644
--- a/source/blender/blenlib/intern/generic_virtual_array.cc
+++ b/source/blender/blenlib/intern/generic_virtual_array.cc
@@ -394,7 +394,7 @@ class GVArrayImpl_For_SlicedGVArray : public GVArrayImpl {
varray_.get_to_uninitialized(index + offset_, r_value);
}
- CommonVArrayInfo common_info() const
+ CommonVArrayInfo common_info() const override
{
const CommonVArrayInfo internal_info = varray_.common_info();
switch (internal_info.type) {