fixed some GNU warnings
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
tsFreeList < class netWriteNotifyIO, 1024 > netWriteNotifyIO::freeList;
|
||||
|
||||
netWriteNotifyIO::netWriteNotifyIO (nciu &chan, cacNotify ¬ifyIn) :
|
||||
baseNMIU (chan), cacNotifyIO (notifyIn)
|
||||
cacNotifyIO (notifyIn), baseNMIU (chan)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user