FileCache now inherits from object publicly.

This commit is contained in:
Relintai 2022-02-05 17:22:34 +01:00
parent 4502df78dc
commit 1fd817af9c

View File

@ -11,7 +11,7 @@
#include "core/object.h"
class FileCache : Object {
class FileCache : public Object {
RCPP_OBJECT(FileCache, Object);
public: