made memeber func const

This commit is contained in:
Jeff Hill
2001-01-25 02:07:39 +00:00
parent 943982da70
commit 2a150bd018

View File

@@ -23,7 +23,7 @@ inline ca_uint32_t baseNMIU::getID () const
return this->id;
}
inline nciu & baseNMIU::channel ()
inline nciu & baseNMIU::channel () const
{
return this->chan;
}