Cache each image file only once, even if it is used multiple times.
[synfig.git] / synfig-core / trunk / src / synfig / listimporter.h
index 5cd1b2b..84d5179 100644 (file)
@@ -50,7 +50,7 @@ class ListImporter : public Importer
 {
        float fps;
        std::vector<String> filename_list;
-       std::list<std::pair<int,Surface> > frame_cache;
+       std::list<std::pair<String,Surface> > frame_cache;
 protected:
        ListImporter(const String &filename);