Trivial fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12826 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-02-27 14:16:36 +00:00
parent 8abbbc48d1
commit 28181fd527
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@
* Source/NSKeyValueCoding.m: Fix termination of method names with nuls
from report by Manuel Guesdon.
* Source/NSDictionary.m: Implement MacOS-X compatible KVC behavior.
* Headers/Foundation/NSProtocolChecker.h: Change deprecated import to
include.
2002-02-26 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSMethodSignature for GNUStep
/* Interface for NSProtocolChecker for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: Mike Kienenberger
@ -24,7 +24,7 @@
#ifndef __NSProtocolChecker_h_GNUSTEP_BASE_INCLUDE
#define __NSProtocolChecker_h_GNUSTEP_BASE_INCLUDE
#import <Foundation/NSObject.h>
#include <Foundation/NSObject.h>
@class Protocol;