MotifUI.C: NULL is not 0

This commit is contained in:
Jon Trulson 2014-03-22 19:14:38 -06:00
parent 78fec87fa6
commit 9ed39fd5f2
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ void MotifUI::DoContextualHelp()
if (context_widget != NULL)
{
#else
int returnVal = DtHelpReturnSelectedWidgetId(shell, NULL, &context_widget);
int returnVal = DtHelpReturnSelectedWidgetId(shell, 0, &context_widget);
if (returnVal == DtHELP_SELECT_VALID)
{
#endif