wrong type parameter

This commit is contained in:
benfry
2012-11-20 19:31:53 +00:00
parent a18b641741
commit 63849bc01f
+1 -1
View File
@@ -7653,7 +7653,7 @@ public class PGraphics extends PImage implements PConstants {
/**
* Version of showWarning() that takes a parsed String.
*/
static public void showWarning(String msg, String... args) { // ignore
static public void showWarning(String msg, Object... args) { // ignore
showWarning(String.format(msg, args));
}