fixed linux compiler errors

This commit is contained in:
Jeff Hill
2002-10-24 00:18:12 +00:00
parent 4697963387
commit b023f081eb
3 changed files with 5 additions and 5 deletions

View File

@@ -35,8 +35,8 @@ template class tsFreeList < timer, 0x20 >;
# pragma warning ( pop )
#endif
timer::timer ( timerQueue & queueIn ) :
queue ( queueIn ), curState ( stateLimbo ), pNotify ( 0 )
timer::timer ( timerQueue & queueIn ) throw ():
queue ( queueIn ), curState ( stateLimbo ), pNotify ( 0 )
{
}