pclass: Attempt to fix macro issue on CI

This commit is contained in:
Joshua Scott 2018-12-10 21:35:51 +00:00
parent c61a723174
commit 377136ef0d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ _KI_PCLASS_COPY_CONSTRUCTOR(derived) \
, identifier(*this, #identifier, TYPE(type)) , identifier(*this, #identifier, TYPE(type))
#define INIT_PROPERTY_COPY(identifier) \ #define INIT_PROPERTY_COPY(identifier) \
, identifier(*this, that.##identifier) , identifier(*this, that.identifier)
#define INIT_PROPERTY_VALUE(identifier, type, value) \ #define INIT_PROPERTY_VALUE(identifier, type, value) \
, identifier(*this, #identifier, TYPE(type), value) , identifier(*this, #identifier, TYPE(type), value)