mirror of https://github.com/SeanOMik/libki.git
pclass: Attempt to fix macro issue on CI
This commit is contained in:
parent
c61a723174
commit
377136ef0d
|
@ -43,7 +43,7 @@ _KI_PCLASS_COPY_CONSTRUCTOR(derived) \
|
|||
, identifier(*this, #identifier, TYPE(type))
|
||||
|
||||
#define INIT_PROPERTY_COPY(identifier) \
|
||||
, identifier(*this, that.##identifier)
|
||||
, identifier(*this, that.identifier)
|
||||
|
||||
#define INIT_PROPERTY_VALUE(identifier, type, value) \
|
||||
, identifier(*this, #identifier, TYPE(type), value)
|
||||
|
|
Loading…
Reference in New Issue