Skip to content

Commit bc34977

Browse files
committed
Remove OG_COUNTED_BY usage
1 parent b09fd5a commit bc34977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/OpenGraph_SPI/include/OGGraph.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ OG_EXPORT
103103
OG_REFINED_FOR_SWIFT
104104
void OGGraphSetNeedsUpdate(OGGraphRef graph) OG_SWIFT_NAME(OGGraphRef.setNeedsUpdate(self:));
105105

106+
// TODO: Add OG_COUNTED_BY later https://github.com/OpenSwiftUIProject/OpenGraph/issues/130
106107
OG_EXPORT
107108
OG_REFINED_FOR_SWIFT
108-
bool OGGraphAnyInputsChanged(const OGAttribute *inputs OG_COUNTED_BY(count), size_t count);
109+
bool OGGraphAnyInputsChanged(const OGAttribute *inputs, size_t count);
109110

110111
OG_EXTERN_C_END
111112

0 commit comments

Comments
 (0)