From 408bc52bedb748d2511492e4d5700a380366ff6b Mon Sep 17 00:00:00 2001 From: Aras Pranckevicius Date: Wed, 20 Dec 2023 15:27:28 +0200 Subject: [PATCH] Cleanup: fix Linux/gcc build --- source/blender/editors/space_image/image_intern.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/blender/editors/space_image/image_intern.hh b/source/blender/editors/space_image/image_intern.hh index b062aa057a1..ff20bf418b3 100644 --- a/source/blender/editors/space_image/image_intern.hh +++ b/source/blender/editors/space_image/image_intern.hh @@ -18,7 +18,9 @@ struct wmOperatorType; /* `space_image.cc` */ -extern "C" extern const char *image_context_dir[]; /* doc access */ +extern "C" { +extern const char *image_context_dir[]; /* doc access */ +} /* `image_draw.cc` */