From d932cee736d13eaab8360d99415be30f190a5a35 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 3 Dec 2007 11:34:32 +0000 Subject: [PATCH] Add missing declaration of NSMutableDictionary git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@25666 72102866-910b-0410-8b05-ffd578937521 --- SQLClient.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SQLClient.h b/SQLClient.h index fb0042b..ffe8bec 100644 --- a/SQLClient.h +++ b/SQLClient.h @@ -186,6 +186,7 @@ @class GSCache; @class NSData; @class NSDate; +@class NSMutableDictionary; @class NSMutableSet; @class NSRecursiveLock; @class NSString;