diff options
author | Michael Bien <[email protected]> | 2010-06-21 20:56:46 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-21 20:56:46 +0200 |
commit | 9d181f846f7c7a1ce4916f2009dab9348ec037f6 (patch) | |
tree | c3447c3da5614442281d6229cd499d2e9891ae75 /resources/clImplCustomCode.java | |
parent | 4b96c9539e7b31bbfd5b349d16b51dd5eb556707 (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.java | 2 |
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; |