From d7f73b3949b692b10d851df9ce3b9f8ee6209c4e Mon Sep 17 00:00:00 2001 From: CaS Date: Mon, 25 Nov 2002 11:18:44 +0000 Subject: [PATCH] Add two missed GC classes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15095 72102866-910b-0410-8b05-ffd578937521 --- Source/libgnustep-base.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/libgnustep-base.def b/Source/libgnustep-base.def index 675ccd2bc..24e864568 100644 --- a/Source/libgnustep-base.def +++ b/Source/libgnustep-base.def @@ -240,3 +240,5 @@ __objc_class_name_GSXMLParser __objc_class_name_GCObject __objc_class_name_GCArray __objc_class_name_GCDictionary +__objc_class_name_GCMutableArray +__objc_class_name_GCMutableDictionary