mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +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"
|
#include "core/object.h"
|
||||||
|
|
||||||
|
|
||||||
class FileCache : Object {
|
class FileCache : public Object {
|
||||||
RCPP_OBJECT(FileCache, Object);
|
RCPP_OBJECT(FileCache, Object);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user