Skip to content

Commit 13f645b

Browse files
committed
fixing linux build
1 parent 8a850bd commit 13f645b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SwiftDraw/Image.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ public final class Image: NSObject {
7575
public func pdfData(size: CGSize? = nil) -> Data? {
7676
return nil
7777
}
78+
79+
static func pdfData(fileURL url: URL) throws -> Data {
80+
throw DOM.Error.missing("not implemented")
81+
}
7882
}
7983
#endif
8084

0 commit comments

Comments
 (0)