Fixed trailing backslash-newline in generic templates
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
26aa131c82
commit
aaa4209cfc
@ -12,4 +12,5 @@ public: [[nodiscard]] inline type Get##name() const{ return __##name; };
|
||||
#define GetSetProperty(type, name) \
|
||||
private: type __##name; \
|
||||
public: [[nodiscard]] inline type Get##name() const{ return __##name; }; \
|
||||
public: inline void Set##name(type value) { __##name = value; }; \
|
||||
public: inline void Set##name(type value) { __##name = value; };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user