mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
FileCache now inherits from object publicly.
This commit is contained in:
parent
4502df78dc
commit
1fd817af9c
@ -11,7 +11,7 @@
|
||||
#include "core/object.h"
|
||||
|
||||
|
||||
class FileCache : Object {
|
||||
class FileCache : public Object {
|
||||
RCPP_OBJECT(FileCache, Object);
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user