X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2Fstable%2FETL%2F_surface.h;h=d5a32a54a753a85134f7397c6a9568a3495121b1;hb=6698049b396694fcaf499324b2ea73fc9e71f404;hp=eae2df095ad65480d75262a2c9189b866bd939d3;hpb=26d279453f9f77f36658584e5d2b3dbbdf56b761;p=synfig.git diff --git a/ETL/tags/stable/ETL/_surface.h b/ETL/tags/stable/ETL/_surface.h index eae2df0..d5a32a5 100644 --- a/ETL/tags/stable/ETL/_surface.h +++ b/ETL/tags/stable/ETL/_surface.h @@ -4,6 +4,7 @@ ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -32,6 +33,7 @@ #include "_pen.h" #include "_misc.h" #include +#include /* === M A C R O S ========================================================= */ @@ -64,7 +66,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;