mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 10:51:07 +01:00
add the return for the save() method in PDF
This commit is contained in:
@@ -568,8 +568,9 @@ public class PGraphicsPDF extends PGraphicsJava2D {
|
||||
|
||||
//
|
||||
|
||||
public void save(String filename) {
|
||||
public boolean save(String filename) {
|
||||
nope("save");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user