Skip to content

Commit e544965

Browse files
committed
Fix build warning
1 parent 20de0cc commit e544965

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() OG_SWIFT_NAME(getter:OGSubgraphRef.typeID());
25+
CFTypeID OGSubgraphGetTypeID(void) OG_SWIFT_NAME(getter:OGSubgraphRef.typeID());
2626

2727
OG_EXPORT
2828
OG_REFINED_FOR_SWIFT

0 commit comments

Comments
 (0)