X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flistimporter.h;h=090570fe64bae6e68a3d27dec94a6fc8809e03ec;hb=62c72bf0bc6482003ae7423ecf727b2576fd5c46;hp=5cd1b2baf4881e22d72772cb2e105dc77b774d63;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/listimporter.h b/synfig-core/trunk/src/synfig/listimporter.h index 5cd1b2b..090570f 100644 --- a/synfig-core/trunk/src/synfig/listimporter.h +++ b/synfig-core/trunk/src/synfig/listimporter.h @@ -6,6 +6,7 @@ ** ** \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);