X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=ETL%2Ftrunk%2FETL%2F_surface.h;h=8561970ffa3e4e99c40df298478e4b423ae93c31;hb=86ff04016350defab3db97d6de20531ca018bc38;hp=eae2df095ad65480d75262a2c9189b866bd939d3;hpb=01ac089e243c721d088a117cc7a8505cb5da80d8;p=synfig.git diff --git a/ETL/trunk/ETL/_surface.h b/ETL/trunk/ETL/_surface.h index eae2df0..8561970 100644 --- a/ETL/trunk/ETL/_surface.h +++ b/ETL/trunk/ETL/_surface.h @@ -32,6 +32,7 @@ #include "_pen.h" #include "_misc.h" #include +#include /* === M A C R O S ========================================================= */ @@ -64,7 +65,7 @@ public: typedef VP value_prep_type; typedef alpha_pen const_alpha_pen; - typedef alpha_pen alpha_pen; + typedef alpha_pen non_const_alpha_pen; typedef typename pen::difference_type size_type; typedef typename pen::difference_type difference_type;