[Bf-blender-cvs] [9f1d7d930d0] master: Cleanup: fix comile error from last commit

Joseph Eagar noreply at git.blender.org
Tue Dec 13 22:58:52 CET 2022


Commit: 9f1d7d930d0e12ab23ed620abcc617bb9d9ec307
Author: Joseph Eagar
Date:   Tue Dec 13 13:58:27 2022 -0800
Branches: master
https://developer.blender.org/rB9f1d7d930d0e12ab23ed620abcc617bb9d9ec307

Cleanup: fix comile error from last commit

===================================================================

M	source/blender/blenkernel/intern/paint.cc

===================================================================

diff --git a/source/blender/blenkernel/intern/paint.cc b/source/blender/blenkernel/intern/paint.cc
index 718ec5318ac..e6d61ddcdd3 100644
--- a/source/blender/blenkernel/intern/paint.cc
+++ b/source/blender/blenkernel/intern/paint.cc
@@ -75,7 +75,7 @@ static SculptAttribute *sculpt_attribute_ensure_ex(Object *ob,
                                                    const SculptAttributeParams *params,
                                                    PBVHType pbvhtype,
                                                    bool flat_array_for_bmesh);
-void sculptsession_bmesh_add_layers(Object *ob);
+static void sculptsession_bmesh_add_layers(Object *ob);
 
 using blender::MutableSpan;
 using blender::Span;



More information about the Bf-blender-cvs mailing list