Fix the example

This commit is contained in:
Peter Newman 2015-10-11 14:10:56 +01:00
parent 665b0c1aa5
commit 24acdab261

View File

@ -36,7 +36,7 @@ void draw() {
} }
void icon(boolean theValue) { void icon(boolean theValue) {
println("got an event for icon", theValue); println("got an event for icon" + theValue);
} }
/* /*