add void return

This commit is contained in:
Marty Kraimer
2001-03-26 19:08:48 +00:00
parent 3817ea5f3a
commit ddbb74a35e
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ dbPutNotifyBlocker::~dbPutNotifyBlocker ()
}
}
dbPutNotifyBlocker::uninstallPutNotifyIO ( dbPutNotifyIO &io )
void dbPutNotifyBlocker::uninstallPutNotifyIO ( dbPutNotifyIO &io )
{
dbAutoScanLock ( this->chan );
if ( &io == this->pPN ) {