null replaced by nullptr
This commit is contained in:
parent
7c360be1e0
commit
33b834ad91
@ -114,7 +114,7 @@ ReturnValue_t DeviceHandlerBase::initialize() {
|
||||
AcceptsDeviceResponsesIF *rawReceiver = objectManager->get<
|
||||
AcceptsDeviceResponsesIF>(rawDataReceiverId);
|
||||
|
||||
if (rawReceiver == NULL) {
|
||||
if (rawReceiver == nullptr) {
|
||||
return RETURN_FAILED;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user