From 8337945090fe3fd0e142fda4dd98bb3fca23fbf5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 19 Jun 2008 19:14:06 +0200 Subject: Fix symbol reading. --- MLKDynamicContext.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MLKDynamicContext.m') diff --git a/MLKDynamicContext.m b/MLKDynamicContext.m index 6bfd03a..6d135a4 100644 --- a/MLKDynamicContext.m +++ b/MLKDynamicContext.m @@ -264,6 +264,11 @@ static MLKDynamicContext *global_context; return self; } ++(MLKDynamicContext *) globalContext +{ + return global_context; +} + -(MLKDynamicContext *) pushContext { [[[NSThread currentThread] threadDictionary] setObject:self -- cgit v1.2.3