diff options
Diffstat (limited to 'Mac/Modules/res/ressupport.py')
-rw-r--r-- | Mac/Modules/res/ressupport.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Modules/res/ressupport.py b/Mac/Modules/res/ressupport.py index 0a7e187..30c4445 100644 --- a/Mac/Modules/res/ressupport.py +++ b/Mac/Modules/res/ressupport.py @@ -15,8 +15,8 @@ class ResMixIn: OutRbrace() FunctionGenerator.checkit(self) # XXX -class ResFunction(ResMixIn, OSErrFunctionGenerator): pass -class ResMethod(ResMixIn, OSErrMethodGenerator): pass +class ResFunction(ResMixIn, OSErrWeakLinkFunctionGenerator): pass +class ResMethod(ResMixIn, OSErrWeakLinkMethodGenerator): pass RsrcChainLocation = Type("RsrcChainLocation", "h") FSCatalogInfoBitmap = FakeType("0") # Type("FSCatalogInfoBitmap", "l") |