summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-07-28 13:11:48 +0000
committerKenneth Russel <[email protected]>2005-07-28 13:11:48 +0000
commitba481ec2c18469c4aaa32dda31a1e789a9043e7c (patch)
tree31d1d1f731e16955fa45f22f59320dc95dc52de8
parent1e55146237abdebac05041f057c6efc1bab2e37a (diff)
Fixed build breakage after recent changes
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JSR-231@340 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r--src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java b/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java
index 3028304d5..37abcd40f 100644
--- a/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java
+++ b/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java
@@ -189,7 +189,7 @@ public abstract class MacOSXGLContext extends GLContextImpl
if (DEBUG) {
System.err.println("!!! Initializing CGL extension address table");
}
- resetProcAddressTable(getCGLProcAddressTable());
+ resetProcAddressTable(getCGLExtProcAddressTable());
}
public CGLExtProcAddressTable getCGLExtProcAddressTable() {