X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_value.h;h=a52567e1ac52d4f74f9b72911b3d4685ab31ff53;hb=20fc5f044e7dec7e09a1122d51e41aa91fdf5f81;hp=7894df7634aee9f49e8dcd5886d45da2e12c775c;hpb=36d01e1527fda602a9aed07d209eb34e6770bca8;p=synfig.git diff --git a/ETL/trunk/ETL/_value.h b/ETL/trunk/ETL/_value.h index 7894df7..a52567e 100644 --- a/ETL/trunk/ETL/_value.h +++ b/ETL/trunk/ETL/_value.h @@ -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)