X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2Fstable%2FETL%2F_value.h;h=a52567e1ac52d4f74f9b72911b3d4685ab31ff53;hb=f718084445cd8490afec0c0dd125526340cc1033;hp=7894df7634aee9f49e8dcd5886d45da2e12c775c;hpb=613289c772b22989f9f990cf06414d3818b3badd;p=synfig.git diff --git a/ETL/tags/stable/ETL/_value.h b/ETL/tags/stable/ETL/_value.h index 7894df7..a52567e 100644 --- a/ETL/tags/stable/ETL/_value.h +++ b/ETL/tags/stable/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)