Merge pull request #799 from Kev/qualify-classdb-friend
Allow GDCLASS in own namespacespull/801/head
commit
9e210c1a02
|
@ -67,7 +67,7 @@ public:
|
|||
#define GDCLASS(m_class, m_inherits) \
|
||||
private: \
|
||||
void operator=(const m_class &p_rval) {} \
|
||||
friend class ClassDB; \
|
||||
friend class ::godot::ClassDB; \
|
||||
\
|
||||
protected: \
|
||||
virtual const char *_get_extension_class() const override { \
|
||||
|
|
Loading…
Reference in New Issue