dont use implcit this pointer

This commit is contained in:
Jeff Hill
2001-03-08 21:26:46 +00:00
parent 3743c81751
commit 6447488b9f
+1 -1
View File
@@ -32,7 +32,7 @@ inline void netSubscription::operator delete ( void *pCadaver, size_t size )
inline unsigned long netSubscription::getCount () const
{
unsigned long nativeCount = chan.nativeElementCount ();
unsigned long nativeCount = this->chan.nativeElementCount ();
if ( this->count == 0u || this->count > nativeCount ) {
return nativeCount;
}