mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
8abbbc48d1
commit
28181fd527
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue