Skip to content

Commit 7624919

Browse files
committed
Argument to OGGraphArchiveJSON2 is exclude_values
1 parent df3a046 commit 7624919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenGraphCxx/include/OpenGraph/OGGraphDescription.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void OGGraphArchiveJSON(char const * _Nullable name) OG_SWIFT_NAME(OGGraphRef.ar
4444

4545
OG_EXPORT
4646
OG_REFINED_FOR_SWIFT
47-
void OGGraphArchiveJSON2(char const * _Nullable name, uint8_t options) OG_SWIFT_NAME(OGGraphRef.archiveJSON(name:options:));
47+
void OGGraphArchiveJSON2(char const * _Nullable name, bool exclude_values) OG_SWIFT_NAME(OGGraphRef.archiveJSON(name:excludeValues:));
4848

4949
OG_EXPORT
5050
OG_REFINED_FOR_SWIFT

0 commit comments

Comments
 (0)