summaryrefslogtreecommitdiffstats
path: root/resources/clImplCustomCode.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-06-21 20:56:46 +0200
committerMichael Bien <[email protected]>2010-06-21 20:56:46 +0200
commit9d181f846f7c7a1ce4916f2009dab9348ec037f6 (patch)
treec3447c3da5614442281d6229cd499d2e9891ae75 /resources/clImplCustomCode.java
parent4b96c9539e7b31bbfd5b349d16b51dd5eb556707 (diff)
switched to dynamic linking. All custom code functions must be called via funciton pointers since this point.
Diffstat (limited to 'resources/clImplCustomCode.java')
-rw-r--r--resources/clImplCustomCode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/clImplCustomCode.java b/resources/clImplCustomCode.java
index 17e0b888..1826da86 100644
--- a/resources/clImplCustomCode.java
+++ b/resources/clImplCustomCode.java
@@ -1,5 +1,5 @@
- private final CLProcAddressTable addressTable;
+ protected final CLProcAddressTable addressTable;
public CLAbstractImpl(CLProcAddressTable addressTable) {
this.addressTable = addressTable;