X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_value.h;h=a52567e1ac52d4f74f9b72911b3d4685ab31ff53;hb=63e709f66d50c124cc0ece2325f4773ac4ae7b20;hp=42bbc81ce71886da9a1d3c3c7b0e7378c3d3a9b0;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;p=synfig.git diff --git a/ETL/trunk/ETL/_value.h b/ETL/trunk/ETL/_value.h index 42bbc81..a52567e 100644 --- a/ETL/trunk/ETL/_value.h +++ b/ETL/trunk/ETL/_value.h @@ -1,7 +1,7 @@ /* ======================================================================== ** Extended Template and Library ** Abstraction for a Generic Value Type -** $Id: _value.h,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Adrian Bentley ** @@ -73,7 +73,7 @@ class value contentholder *content; -public: //structor interface +public: //constructor interface value() :content(0) { @@ -134,7 +134,7 @@ private: //implementation interface public: //representation T obj; - public: //structor interface + public: //constructor interface holder(const T &o) :obj(o)