merlinvn / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

PAppletWindow.java dispose() is now public in Processing 1.5.1 #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Manually compiling against Processing 1.5.1 will produce:

PAppletWindow.java:384: dispose() in controlP5.PAppletWindow cannot override 
dispose() in processing.core.PApplet; attempting to assign weaker access 
privileges; was public

since it's now public:

http://code.google.com/p/processing/source/browse/trunk/processing/core/src/proc
essing/core/PApplet.java#2631

Original issue reported on code.google.com by fjen...@gmail.com on 12 Jul 2011 at 12:50

GoogleCodeExporter commented 8 years ago
Forgot to mention that i'm compiling the current svn version: r31.

Original comment by fjen...@gmail.com on 12 Jul 2011 at 1:21

GoogleCodeExporter commented 8 years ago
version now at r32, dispose() in PAppletWindow is public

Original comment by soj...@gmail.com on 13 Jul 2011 at 5:34