diff options
author | Sven Gothel <[email protected]> | 2001-02-13 05:32:07 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-02-13 05:32:07 +0000 |
commit | 3e2b16a820bfe03f8f3837c3aaa615c8c4b7f18c (patch) | |
tree | d834a05eb37751b4c95045c3021589f2e22fcd9f /demos/RonsDemos/reflect.java | |
parent | 91bc9d109b2d16e6d42f1fbcc9d3dbca51c40b69 (diff) |
JAWT Support JDK >=1.3
Diffstat (limited to 'demos/RonsDemos/reflect.java')
-rw-r--r-- | demos/RonsDemos/reflect.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/RonsDemos/reflect.java b/demos/RonsDemos/reflect.java index e857881..6858c26 100644 --- a/demos/RonsDemos/reflect.java +++ b/demos/RonsDemos/reflect.java @@ -283,7 +283,7 @@ public class reflect extends SimpleGLAnimApplet1 private void make_objects()
{
- int q;
+ long q;
float cyan[] = { 0.0f, 1.0f, 1.0f, 1.0f };
float green[] = { 0.2f, 1.0f, 0.2f, 1.0f };
|