diff options
Diffstat (limited to 'gl4java/GLUFunc.java')
-rw-r--r-- | gl4java/GLUFunc.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gl4java/GLUFunc.java b/gl4java/GLUFunc.java index 450b9e7..26abbc0 100644 --- a/gl4java/GLUFunc.java +++ b/gl4java/GLUFunc.java @@ -69,7 +69,7 @@ public void gluDeleteNurbsRenderer( long nobj ); public void gluDeleteTess( long tobj ); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! @@ -180,7 +180,7 @@ public void gluDeleteTess( long tobj ); int widthin, int heightin, int typein, - byte[] datain, + String datain, int widthout, int heightout, int typeout, @@ -744,7 +744,7 @@ public void gluDeleteTess( long tobj ); long tobj ) ; -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ } |