aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-impl-CustomJavaCode.java
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-08-06 21:26:19 +0000
committerKenneth Russel <[email protected]>2003-08-06 21:26:19 +0000
commitdd16a976876a779dc0ee6da9ebf5ada29f5781c7 (patch)
tree4e2c08aeb99ae5318000836371455153ee204c72 /make/gl-impl-CustomJavaCode.java
parent661fec76c5ccd030016d66675024ec604752ccda (diff)
Fixed (?) build problem on X11 and Mac OS X
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@46 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-impl-CustomJavaCode.java')
-rw-r--r--make/gl-impl-CustomJavaCode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-impl-CustomJavaCode.java b/make/gl-impl-CustomJavaCode.java
index 31bb91bc1..86fac5b5c 100644
--- a/make/gl-impl-CustomJavaCode.java
+++ b/make/gl-impl-CustomJavaCode.java
@@ -1,6 +1,6 @@
/** Entry point to C language function: <br> <code> LPVOID glMapBufferARB(GLenum target, GLenum access); </code> */
public java.nio.ByteBuffer glMapBufferARB(int target, int access) {
- final long __addr_ = context.getGLProcAddressTable()._addressof_glMapBufferARB;
+ final long __addr_ = _context.getGLProcAddressTable()._addressof_glMapBufferARB;
if (__addr_ == 0) {
throw new GLException("Method \"glMapBufferARB\" not available");
}