diff options
author | Michael Bien <[email protected]> | 2010-03-31 23:57:06 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-31 23:57:06 +0200 |
commit | 3046f4a785d8be1dcd491d864c17c92b6c52fbdd (patch) | |
tree | aaaf0c765e082645698aa5b549c689c851db9216 /src/jogl/classes/com/jogamp/opengl/impl/GLDrawableImpl.java | |
parent | 44b93b2d63539bca4c7e3facfee90d5f3bbb67cf (diff) |
modifications due to class movement in gluegen.
updated joglversion files.
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/impl/GLDrawableImpl.java')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/impl/GLDrawableImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/impl/GLDrawableImpl.java b/src/jogl/classes/com/jogamp/opengl/impl/GLDrawableImpl.java index 20bf20c20..10c70db99 100644 --- a/src/jogl/classes/com/jogamp/opengl/impl/GLDrawableImpl.java +++ b/src/jogl/classes/com/jogamp/opengl/impl/GLDrawableImpl.java @@ -39,9 +39,9 @@ package com.jogamp.opengl.impl; +import com.jogamp.common.os.DynamicLookupHelper; import javax.media.nativewindow.*; import javax.media.opengl.*; -import com.jogamp.gluegen.runtime.DynamicLookupHelper; public abstract class GLDrawableImpl implements GLDrawable { protected static final boolean DEBUG = Debug.debug("GLDrawable"); |