diff --git a/BasiliskII/src/MacOSX/NNThread.h b/BasiliskII/src/MacOSX/NNThread.h index 8a3deea1..72a0a1d5 100644 --- a/BasiliskII/src/MacOSX/NNThread.h +++ b/BasiliskII/src/MacOSX/NNThread.h @@ -2,7 +2,7 @@ // NNThread.h -Not Nextstep Thread? // Nigel's Nice Thread? // -// Revision 1.1, Wed Nov 7 2001. +// Revision 1.2, Tuesday May 25 2004 // // Created by Nigel Pearson on Tue Nov 28 2000. // Public Domain. No rights reserved. @@ -77,6 +77,8 @@ NNTimeUnits; SEL timerSel; } +- (NNTimer *) initWithAutoRelPool; + - (void) changeIntervalTo: (int)number units: (NNTimeUnits)units; - (void) invalidate;