diff --git a/uppsrc/Painter/Painter.upp b/uppsrc/Painter/Painter.upp index 8537c1fe5..248ee5fd6 100644 --- a/uppsrc/Painter/Painter.upp +++ b/uppsrc/Painter/Painter.upp @@ -44,7 +44,6 @@ file agg_image_filters.h, agg_image_filters.cpp, agg_math.h, - agg_math_stroke.h, agg_path_storage.h, agg_rasterizer_cells_aa.h, agg_rasterizer_scanline_aa.h, @@ -60,6 +59,7 @@ file agg_trans_affine.h, agg_trans_affine.cpp, agg_shorten_path.h, + agg_math_stroke.h, agg_vcgen_stroke.h, agg_vcgen_stroke.cpp, agg_vcgen_dash.h, diff --git a/uppsrc/Painter/init b/uppsrc/Painter/init index e3bc27a41..1ec65134f 100644 --- a/uppsrc/Painter/init +++ b/uppsrc/Painter/init @@ -1,6 +1,6 @@ #ifndef _Painter_icpp_init_stub #define _Painter_icpp_init_stub -#define BLITZ_INDEX__ F442436F1D94F4DCDEB7D84575E2DBAB7 +#define BLITZ_INDEX__ F49F2AEFD748CBC91F277AA2714BC20E3 #include "PaintPainting.icpp" #undef BLITZ_INDEX__ #endif