|
From: Martin R. <ru...@us...> - 2004-08-30 14:34:03
|
Update of /cvsroot/foo/foo/libfoo/modules/orthodox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10948 Modified Files: FOOMLookup.h Log Message: fixed signature of header according to implementation Index: FOOMLookup.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/orthodox/FOOMLookup.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOMLookup.h 15 Aug 2004 16:48:55 -0000 1.3 --- FOOMLookup.h 30 Aug 2004 14:33:53 -0000 1.4 *************** *** 53,57 **** } ! - initializeWithSubstrate: (FOOSubstrate *)substr taps: (int)n; @end --- 53,57 ---- } ! - initializeWith: (FOOSubstrate *)substr taps: (int)n; @end |