Add back 2 patches for histogram and overlayframe that are working correctly and...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cache.h
index fde997a50289c41ee76f725681d6d2ad12eddc94..15329e6964199024c96ba8c1174f062ca0925bf2 100644 (file)
@@ -61,7 +61,7 @@ private:
        CICache *cache;
 };
 
-class CICache : public List<CICacheItem>
+class CICache : public Garbage, public List<CICacheItem>
 {
 public:
        CICache(Preferences *preferences);
@@ -104,10 +104,7 @@ public:
 // deletes oldest assets until under the memory limit
        int age();
 
-
-       void dump();
-
-
+       void dump(FILE *fp);
 private:
 
 // for deleting items