fixed some GNU warnings

This commit is contained in:
Jeff Hill
2000-05-05 00:53:48 +00:00
parent aeda4c72cd
commit 9a6f2d4389
5 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
tsFreeList < class netWriteNotifyIO, 1024 > netWriteNotifyIO::freeList;
netWriteNotifyIO::netWriteNotifyIO (nciu &chan, cacNotify &notifyIn) :
baseNMIU (chan), cacNotifyIO (notifyIn)
cacNotifyIO (notifyIn), baseNMIU (chan)
{
}