mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-03 01:50:55 +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
7dcb71bc15
commit
6de42c4105
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@
|
||||||
* Source/NSKeyValueCoding.m: Fix termination of method names with nuls
|
* Source/NSKeyValueCoding.m: Fix termination of method names with nuls
|
||||||
from report by Manuel Guesdon.
|
from report by Manuel Guesdon.
|
||||||
* Source/NSDictionary.m: Implement MacOS-X compatible KVC behavior.
|
* 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>
|
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.
|
Copyright (C) 1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: Mike Kienenberger
|
Written by: Mike Kienenberger
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
#ifndef __NSProtocolChecker_h_GNUSTEP_BASE_INCLUDE
|
#ifndef __NSProtocolChecker_h_GNUSTEP_BASE_INCLUDE
|
||||||
#define __NSProtocolChecker_h_GNUSTEP_BASE_INCLUDE
|
#define __NSProtocolChecker_h_GNUSTEP_BASE_INCLUDE
|
||||||
|
|
||||||
#import <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
|
|
||||||
@class Protocol;
|
@class Protocol;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue