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