Skip to content

Commit 6db5391

Browse files
committed
Update OGUniqueID
1 parent e69491a commit 6db5391

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//
2-
// OGMakeUniqueID.h
2+
// OGUniqueID.h
33
// OpenGraphCxx
44
//
55
// Audited for iOS 18.0
66
// Status: Complete
77

8-
#ifndef OGMakeUniqueID_h
9-
#define OGMakeUniqueID_h
8+
#ifndef OGUniqueID_h
9+
#define OGUniqueID_h
1010

1111
#include <OpenGraph/OGBase.h>
1212
typedef long OGUniqueID;
@@ -17,4 +17,4 @@ OG_REFINED_FOR_SWIFT
1717
OGUniqueID OGMakeUniqueID(void) OG_SWIFT_NAME(makeUniqueID());
1818
OG_EXTERN_C_END
1919

20-
#endif /* OGMakeUniqueID_h */
20+
#endif /* OGUniqueID_h */

0 commit comments

Comments
 (0)