X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsmartfile.h;h=2e21ffc13ab51fe3ea086098f5cf242e7e7a19e7;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;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..2e21ffc 100644 --- a/synfig-core/trunk/src/synfig/smartfile.h +++ b/synfig-core/trunk/src/synfig/smartfile.h @@ -2,7 +2,7 @@ /*! \file smartfile.h ** \brief Template Header ** -** $Id: smartfile.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -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 =============================================================== */