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.