[Bf-blender-cvs] [611be46cc94] master: Cleanup: compiler warning

Brecht Van Lommel noreply at git.blender.org
Thu Jul 21 19:02:53 CEST 2022


Commit: 611be46cc9443c673fb1517de3ebae53bdedd4f4
Author: Brecht Van Lommel
Date:   Thu Jul 21 18:58:04 2022 +0200
Branches: master
https://developer.blender.org/rB611be46cc9443c673fb1517de3ebae53bdedd4f4

Cleanup: compiler warning

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

M	source/blender/editors/include/ED_curves_sculpt.h

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

diff --git a/source/blender/editors/include/ED_curves_sculpt.h b/source/blender/editors/include/ED_curves_sculpt.h
index 625af914280..b1c0b649d2b 100644
--- a/source/blender/editors/include/ED_curves_sculpt.h
+++ b/source/blender/editors/include/ED_curves_sculpt.h
@@ -14,6 +14,10 @@ struct Curves;
 
 void ED_operatortypes_sculpt_curves(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #ifdef __cplusplus
 
 #  include "BLI_index_mask.hh"
@@ -36,7 +40,3 @@ IndexMask retrieve_selected_points(const Curves &curves_id, Vector<int64_t> &r_i
 }  // namespace blender::ed::sculpt_paint
 
 #endif
-
-#ifdef __cplusplus
-}
-#endif



More information about the Bf-blender-cvs mailing list