X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_value.h;h=adf7816081f5bcb0614fed6a01fda0cd8ef47c14;hb=e0dedc46e8ab6b258be81887689b0c0fd60def0c;hp=42bbc81ce71886da9a1d3c3c7b0e7378c3d3a9b0;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;p=synfig.git diff --git a/ETL/trunk/ETL/_value.h b/ETL/trunk/ETL/_value.h index 42bbc81..adf7816 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 ** @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_VALUE_H -#define __ETL_VALUE_H +#ifndef __ETL__VALUE_H +#define __ETL__VALUE_H /* === H E A D E R S ======================================================= */ #include @@ -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)