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

@@ -16,8 +16,8 @@ tsFreeList < class netSubscription, 1024 > netSubscription::freeList;
netSubscription::netSubscription ( nciu &chan, chtype typeIn, unsigned long countIn,
unsigned short maskIn, cacNotify &notifyIn ) :
baseNMIU (chan), cacNotifyIO (notifyIn),
mask (maskIn), type (typeIn), count (countIn)
cacNotifyIO (notifyIn), baseNMIU (chan),
type (typeIn), count (countIn), mask (maskIn)
{
}