X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flistimporter.h;h=090570fe64bae6e68a3d27dec94a6fc8809e03ec;hb=8c959946a8e6cacbc91a42b468af71b399cf014c;hp=bc2e6968c5b5ec78a47286c9326faef379c81a5d;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/listimporter.h b/synfig-core/trunk/src/synfig/listimporter.h index bc2e696..090570f 100644 --- a/synfig-core/trunk/src/synfig/listimporter.h +++ b/synfig-core/trunk/src/synfig/listimporter.h @@ -2,10 +2,11 @@ /*! \file listimporter.h ** \brief Template Header ** -** $Id: listimporter.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 +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -50,7 +51,7 @@ class ListImporter : public Importer { float fps; std::vector filename_list; - std::list > frame_cache; + std::list > frame_cache; protected: ListImporter(const String &filename); @@ -64,7 +65,7 @@ public: static Importer* create(const char *filename); }; - + }; // END of namespace synfig /* === E N D =============================================================== */