File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/OpenGraph_SPI/include Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ typedef struct OGAttributeVTable {
2121 CFStringRef _Nullable (* _Nullable self_description )(const OGAttributeType * , const void * );
2222 CFStringRef _Nullable (* _Nullable value_description )(const OGAttributeType * , const void * );
2323 void (* _Nullable update_default )(const OGAttributeType * , void * );
24- } AGAttributeVTable ;
24+ } OGAttributeVTable OG_SWIFT_NAME ( _AttributeVTable ) ;
2525
2626typedef struct OGAttributeType {
2727 OGTypeID self_id ;
2828 OGTypeID value_id ;
2929 OGClosureStorage update ;
30- const AGAttributeVTable * vtable ;
30+ const OGAttributeVTable * vtable ;
3131 OGAttributeTypeFlags flags ;
3232
3333 uint32_t internal_offset ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ typedef struct OGWeakAttribute {
1515 OGAttribute identifier ;
1616 uint32_t seed ;
1717 } _details ;
18- } OGWeakAttribute ;
18+ } OGWeakAttribute OG_SWIFT_NAME ( AnyWeakAttribute ) ;
1919
2020OG_EXTERN_C_BEGIN
2121
You can’t perform that action at this time.
0 commit comments