diff options
author | Sven Gothel <[email protected]> | 2023-08-05 02:14:02 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-05 02:14:02 +0200 |
commit | fbd065be8a5f36455a335c20549d729537f5d4b0 (patch) | |
tree | 8b49ba74bcfef5c9f8d7c279820a2a13562d9dc4 /src | |
parent | 06318d44c94c494fe6862ac8cf97fca799d05800 (diff) |
WIP JavaCallback Tests: Fix typo in 'CustomJavaCode' Java class target name
Diffstat (limited to 'src')
-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 } |