fix compilation error in ingloader.h

This commit is contained in:
ownedbywuigi 2026-03-27 15:29:00 +00:00
commit fbac9bda8e

View file

@ -128,6 +128,7 @@ public:
private: // methods
friend class imgLoader;
friend class imgCacheQueue;
friend class imgCacheExpirationTracker;
void Touch(bool updateTime = true);
void UpdateCache(int32_t diff = 0);
void SetEvicted(bool evict)