Sculpt: fix missing extern keyword

This commit is contained in:
Joseph Eagar 2021-10-13 18:58:35 -07:00
parent ba8d2c266a
commit 38d3054cae
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
# pragma warning(error : 4033) /* 'function' must return a value */
#endif
struct CurveMappingCache *brush_curve_cache;
extern struct CurveMappingCache *brush_curve_cache;
#if 1
struct {