File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/OpenGraphCxx/include/OpenGraph Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ typedef struct OGAttributeVTable {
2323 void (* _Nullable update_default )(const OGAttributeType * , void * );
2424} OGAttributeVTable OG_SWIFT_NAME (_AttributeVTable );
2525
26- typedef struct OG_SWIFT_NAME ( AttributeType ) OGAttributeType {
26+ typedef struct OGAttributeType {
2727 OGTypeID self_id ;
2828 OGTypeID value_id ;
2929 OGClosureStorage update ;
@@ -37,7 +37,7 @@ typedef struct OG_SWIFT_NAME(AttributeType) OGAttributeType {
3737 OGTypeID type_id ;
3838 const void * witness_table ;
3939 } body_conformance ;
40- } OGAttributeType ;
40+ } OGAttributeType OG_SWIFT_NAME ( _AttributeType ) ;
4141
4242OG_ASSUME_NONNULL_END
4343
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ OG_EXTERN_C_BEGIN
1414typedef struct OGClosureStorage {
1515 const void * thunk ;
1616 const void * _Nullable context ;
17- } OGClosureStorage ;
17+ } OGClosureStorage OG_SWIFT_NAME ( _OGClosureStorage ) ;
1818
1919OG_EXPORT
2020OG_REFINED_FOR_SWIFT
You can’t perform that action at this time.
0 commit comments