add the return for the save() method in PDF

This commit is contained in:
benfry
2011-06-20 23:35:24 +00:00
parent 06953877c2
commit c0543fc12e

View File

@@ -568,8 +568,9 @@ public class PGraphicsPDF extends PGraphicsJava2D {
//
public void save(String filename) {
public boolean save(String filename) {
nope("save");
return false;
}