diff options
-rw-r--r-- | src/junit/com/jogamp/gluegen/test/junit/generation/test2p2.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test2p2.cfg b/src/junit/com/jogamp/gluegen/test/junit/generation/test2p2.cfg index 4aecb5f..32af638 100644 --- a/src/junit/com/jogamp/gluegen/test/junit/generation/test2p2.cfg +++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test2p2.cfg @@ -30,7 +30,7 @@ Import com.jogamp.gluegen.test.junit.generation.Bindingtest2p2 CustomJavaCode Bindingtest2p2Impl private static Bindingtest2p2ProcAddressTable _table = new Bindingtest2p2ProcAddressTable(); CustomJavaCode Bindingtest2p2Impl public static void resetProcAddressTable(DynamicLookupHelper lookup) { -CustomJavaCode Bindingtest2Ip2mpl _table.reset(lookup); +CustomJavaCode Bindingtest2p2Impl _table.reset(lookup); CustomJavaCode Bindingtest2p2Impl } |