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` */