removed unused paramter tag
This commit is contained in:
@@ -93,7 +93,7 @@ nciu & netSubscription::channel () const
|
||||
return this->chan;
|
||||
}
|
||||
|
||||
void netSubscription::operator delete ( void * p )
|
||||
void netSubscription::operator delete ( void * )
|
||||
{
|
||||
// Visual C++ .net appears to require operator delete if
|
||||
// placement operator delete is defined? I smell a ms rat
|
||||
|
||||
Reference in New Issue
Block a user