X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsmartfile.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsmartfile.h;h=a228ec22948d26b6132d58cdade4b8e7b56af9b3;hb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;hp=b40037acd26a3da1c4b8bf0cd385fae12d89a10b;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;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 =============================================================== */