Skip to content

Commit a25f589

Browse files
author
Linnea May
committed
nullptr back to null
1 parent c2e91a3 commit a25f589

File tree

1 file changed

+1
-1
lines changed
  • Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/External

1 file changed

+1
-1
lines changed

Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/External/logging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace MediaFoundationSamples
4747

4848
if (SUCCEEDED(hr))
4949
{
50-
_CrtDbgReport(_CRT_WARN, nullptr, nullptr, nullptr, "%S", message);
50+
_CrtDbgReport(_CRT_WARN, NULL, NULL, NULL, "%S", message);
5151
}
5252
}
5353

0 commit comments

Comments
 (0)