mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-03 11:49:31 +00:00
fix(private-access): coding style
This commit is contained in:
parent
613a6ff763
commit
fc12fb1e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#define L_ENABLE_ATTR_ACCESS(CLASS, ATTR_TYPE, ATTR_NAME) \
|
||||
template<typename AttrSpy, ATTR_TYPE CLASS::*Attr> \
|
||||
struct L_INTERNAL_STRUCT_L_ATTR_GET(CLASS, ATTR_NAME) { \
|
||||
friend constexpr ATTR_TYPE (CLASS::*get(AttrSpy *)) { \
|
||||
friend constexpr ATTR_TYPE (CLASS::*get(AttrSpy *)) { \
|
||||
return Attr; \
|
||||
} \
|
||||
}; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue