AppFwk (clang-tidy) : modernize-use-nullptr

This commit is contained in:
Magne Sjaastad
2018-02-18 18:05:08 +01:00
parent 5a2072e6ec
commit 3239c66f54
56 changed files with 170 additions and 170 deletions

View File

@@ -64,7 +64,7 @@ PdmUiCommandSystemProxy* PdmUiCommandSystemProxy::instance()
//--------------------------------------------------------------------------------------------------
PdmUiCommandSystemProxy::PdmUiCommandSystemProxy()
{
m_commandInterface = NULL;
m_commandInterface = nullptr;
}