X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_value.h;h=a52567e1ac52d4f74f9b72911b3d4685ab31ff53;hb=01ac089e243c721d088a117cc7a8505cb5da80d8;hp=7894df7634aee9f49e8dcd5886d45da2e12c775c;hpb=4ec81d053bf1d0cbcd9f0bf048914ec8eca08f4c;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)