Skip to content

Commit a797755

Browse files
committed
add the return for the save() method in PDF
1 parent b600be8 commit a797755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/libraries/pdf/src/processing/pdf/PGraphicsPDF.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,9 @@ public void blend(PImage src,
568568

569569
//
570570

571-
public void save(String filename) {
571+
public boolean save(String filename) {
572572
nope("save");
573+
return false;
573574
}
574575

575576

0 commit comments

Comments
 (0)