summaryrefslogtreecommitdiffstats
path: root/resources/clImplCustomCode.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-06-21 20:41:27 +0200
committerMichael Bien <[email protected]>2010-06-21 20:41:27 +0200
commitfc51fd6a3ead949fb2a6145e785bc97f57d71150 (patch)
treef233522dfb04576714697e0716abf3a94f7e0d4c /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;