Ooops ... forgot to test before commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11391 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-11-13 07:52:16 +00:00
parent 807adef00e
commit 06bc0f9590
2 changed files with 1 additions and 1 deletions

View file

@ -25,6 +25,7 @@
#define __NSFormatter_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
#include <Foundation/NSGeometry.h>
#ifndef STRICT_OPENSTEP

View file

@ -77,7 +77,6 @@
originalSelectedRange: (NSRange)originalSelRangePtr
errorDescription: (NSString**)error
{
*newString = nil;
*error = nil;
return YES;
}