RCPPFramework now inherits from Object publicly.

This commit is contained in:
Relintai 2022-02-06 00:09:53 +01:00
parent f711d413d6
commit 7dbc34137a

View File

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