src: use nullptr instead of NULL
This commit is contained in:
@@ -81,7 +81,7 @@ ControllerType* View::getController()
|
||||
{
|
||||
return m_component->getController<ControllerType>();
|
||||
}
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
#endif // VIEW_H
|
||||
|
||||
Reference in New Issue
Block a user