Import: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:11:33 +01:00
parent 1b9f30fe76
commit 84f5b40789
9 changed files with 45 additions and 45 deletions

View File

@@ -66,7 +66,7 @@ void FCCmdImportReadBREP::activated(int iMsg)
bool FCCmdImportReadBREP::isActive(void)
{
return getGuiApplication()->activeDocument() != 0;
return getGuiApplication()->activeDocument() != nullptr;
}
//===========================================================================