From fc51fd6a3ead949fb2a6145e785bc97f57d71150 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 21 Jun 2010 20:41:27 +0200 Subject: switched to dynamic linking. All custom code functions must be called via funciton pointers since this point. --- resources/clImplCustomCode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/clImplCustomCode.java') diff --git a/resources/clImplCustomCode.java b/resources/clImplCustomCode.java index 17e0b88..1826da8 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; -- cgit v1.2.3