From 928f6d762dd4c3bb4d9200b5598c53b49d97fcb2 Mon Sep 17 00:00:00 2001 From: rfm Date: Sat, 6 Dec 2008 16:26:57 +0000 Subject: [PATCH] Fixup declaration git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27226 72102866-910b-0410-8b05-ffd578937521 --- Headers/Additions/GNUstepBase/GSCategories.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Headers/Additions/GNUstepBase/GSCategories.h b/Headers/Additions/GNUstepBase/GSCategories.h index 37bebb776..550aa1efd 100644 --- a/Headers/Additions/GNUstepBase/GSCategories.h +++ b/Headers/Additions/GNUstepBase/GSCategories.h @@ -332,7 +332,7 @@ typedef enum _NSGNUstepStringEncoding - (void) gcFinalize; @end -@implementation NSTask (GSCategories) +@interface NSTask (GSCategories) /** Returns the launch path given the name of a tool.
* Locates the tool by looking in the standard directories, * and failing that in the PATH set in the environment.