Skip to content

Commit 37a0caa

Browse files
committed
Update OGAttributeTypeFlags.h
1 parent 9baf308 commit 37a0caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenGraphCxx/include/OpenGraph/OGAttributeTypeFlags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ typedef OG_OPTIONS(uint32_t, OGAttributeTypeFlags) {
1818
OGAttributeTypeFlagsMainThread = 1 << 3,
1919
OGAttributeTypeFlagsExternal = 1 << 4,
2020
OGAttributeTypeFlagsAsyncThread = 1 << 5,
21-
} OG_SWIFT_NAME(Flags);
21+
} OG_SWIFT_NAME(OGAttributeType.Flags);
2222

2323
#endif /* OGAttributeTypeFlags_h */
2424

0 commit comments

Comments
 (0)