InterruptibleCmd.C, WorkingDialogManager.C: NULL is not 0

This commit is contained in:
Jon Trulson
2014-04-06 16:46:09 -06:00
parent 5f99b8045b
commit 8a96463f2e
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ WorkingDialogManager *theWorkingDialogManager =
WorkingDialogManager::WorkingDialogManager ( char *name ) :
DialogManager ( name )
{
_intervalId = NULL;
_intervalId = 0;
_busyPixmaps = NULL;
}