Skip to content

Commit 802e23b

Browse files
committed
Fix ORBPathStorageApplyElements issue
1 parent 9000acb commit 802e23b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Sources/OpenRenderBox/include/OpenRenderBox/ORBPathCallbacks.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include <OpenRenderBox/ORBBase.h>
1111
#include <OpenRenderBox/ORBPath.h>
12-
#include <CoreFoundation/CoreFoundation.h>
1312
#if ORB_TARGET_OS_DARWIN
1413
#include <CoreGraphics/CoreGraphics.h>
1514
#endif

Sources/OpenRenderBox/include/OpenRenderBox/ORBPathStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void ORBPathStorageAppendPath(ORBPathStorageRef, ORBPath) ORB_SWIFT_NAME(ORBPath
3939

4040
ORB_EXPORT
4141
ORB_REFINED_FOR_SWIFT
42-
void ORBPathStorageApplyElements(ORBPathStorageRef, void *info, ORBPathApplyCallback _Nullable callback) ORB_SWIFT_NAME(ORBPathStorageRef.apply(self:info:callback:));
42+
bool ORBPathStorageApplyElements(ORBPathStorageRef, void *info, ORBPathApplyCallback _Nullable callback) ORB_SWIFT_NAME(ORBPathStorageRef.apply(self:info:callback:));
4343

4444
ORB_EXPORT
4545
ORB_REFINED_FOR_SWIFT

0 commit comments

Comments
 (0)