Skip to content

Commit dfe4a15

Browse files
committed
Add Swift name refinement for OGSubgraphGetTypeID
1 parent 65a976c commit dfe4a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenGraphCxx/include/OpenGraph/OGSubgraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OG_EXTERN_C_BEGIN
2222

2323
OG_EXPORT
2424
OG_REFINED_FOR_SWIFT
25-
CFTypeID OGSubgraphGetTypeID();
25+
CFTypeID OGSubgraphGetTypeID() OG_SWIFT_NAME(getter:OGSubgraphRef.typeID());
2626

2727
OG_EXPORT
2828
OG_REFINED_FOR_SWIFT

0 commit comments

Comments
 (0)