From 2050099a6ee29dd510e069347fff2e4494ce2056 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Sun, 7 Oct 2007 10:26:25 +0000 Subject: [PATCH] Declare the -getsample:: method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25521 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Headers/gsc/GSFunction.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2ab355a..a8718f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-07 Fred Kiefer + + * Headers/gsc/GSFunction.h: Declare the -getsample:: method in + header. + 2007-10-05 Fred Kiefer * Source/art/shfill.m (-DPSshfill:): Correct typing error. Remove diff --git a/Headers/gsc/GSFunction.h b/Headers/gsc/GSFunction.h index 2420f44..f89a83f 100644 --- a/Headers/gsc/GSFunction.h +++ b/Headers/gsc/GSFunction.h @@ -47,6 +47,7 @@ } - (id) initWith: (NSDictionary *)d; +- (double) getsample: (int)sample : (int) i; - (void) eval: (double *)inValues : (double *)outValues; @end