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