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:
authorBrecht Van Lommel <brecht@blender.org>2022-07-21 19:58:04 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-07-21 20:01:19 +0300
commit611be46cc9443c673fb1517de3ebae53bdedd4f4 (patch)
tree806f6a08f9755a83a6af72ae4978a61960041cf0 /source/blender/editors/include
parenta36f029459f34acb457c566d0d95e058122623f1 (diff)
Cleanup: compiler warning
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_curves_sculpt.h8
1 files changed, 4 insertions, 4 deletions
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
@@ -15,6 +15,10 @@ struct Curves;
void ED_operatortypes_sculpt_curves(void);
#ifdef __cplusplus
+}
+#endif
+
+#ifdef __cplusplus
# include "BLI_index_mask.hh"
# include "BLI_vector.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