diff options
author | Michael Bien <[email protected]> | 2010-04-24 18:16:55 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-24 18:16:55 +0200 |
commit | 4f116decee048c8ee6e4c980f8b0d85705f927fb (patch) | |
tree | 17b3a1df249db0a880f088ce9275d4073f5b1b12 /make/config/jogl/glu-gl2.cfg | |
parent | 1ad8c39df6b097c80ba7a85badf555e7f669cc3f (diff) |
changes due to refactorings in ProcAddressTable.
Diffstat (limited to 'make/config/jogl/glu-gl2.cfg')
-rwxr-xr-x | make/config/jogl/glu-gl2.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-gl2.cfg b/make/config/jogl/glu-gl2.cfg index cc5b16f0f..aec0c446a 100755 --- a/make/config/jogl/glu-gl2.cfg +++ b/make/config/jogl/glu-gl2.cfg @@ -40,7 +40,7 @@ IncludeAs CustomJavaCode GLUgl2 glu-CustomJavaCode-gl2.java # and to the nurbs.* package for the NURBS functionality Import com.jogamp.opengl.impl.glu.nurbs.* Import java.security.* -Import com.jogamp.gluegen.runtime.opengl.GLProcAddressHelper +Import com.jogamp.gluegen.runtime.opengl.GLProcAddressResolver Import com.jogamp.opengl.impl.glu.gl2.nurbs.* Import com.jogamp.opengl.impl.glu.mipmap.Mipmap Import com.jogamp.opengl.impl.glu.gl2.* |