diff --git a/Source/GSTheme.m b/Source/GSTheme.m index 59e49fa15..c8108e5c9 100644 --- a/Source/GSTheme.m +++ b/Source/GSTheme.m @@ -1376,6 +1376,10 @@ typedef struct { { return [_resource description]; } +- (id) forwardingTargetForSelector:(SEL)aSelector +{ + return _resource; +} - (void) forwardInvocation: (NSInvocation*)anInvocation { [anInvocation invokeWithTarget: _resource];