X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsmartfile.h;h=a228ec22948d26b6132d58cdade4b8e7b56af9b3;hb=d17bf9f954f58e640d42c2a2e2ff4cd65cd3795e;hp=b40037acd26a3da1c4b8bf0cd385fae12d89a10b;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/smartfile.h b/synfig-core/trunk/src/synfig/smartfile.h index b40037a..a228ec2 100644 --- a/synfig-core/trunk/src/synfig/smartfile.h +++ b/synfig-core/trunk/src/synfig/smartfile.h @@ -42,9 +42,9 @@ struct _FILE_deleter { void operator()(FILE* x)const { if(x!=stdout && x!=stdin) fclose(x); } }; - + typedef etl::smart_ptr SmartFILE; - + }; // END of namespace synfig /* === E N D =============================================================== */