Cleanup: fix Linux/gcc build

This commit is contained in:
Aras Pranckevicius
2023-12-20 15:27:28 +02:00
parent b8ada36518
commit 408bc52bed

View File

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