Updated ThrowIfFailed (markdown)

Chuck Walbourn 2020-03-03 13:00:14 -08:00
Родитель 5d4092fe39
Коммит fc89b5416f
1 изменённых файлов: 1 добавлений и 1 удалений

@ -80,7 +80,7 @@ namespace DX
public:
com_exception(HRESULT hr) : result(hr) {}
virtual const char* what() const override
const char* what() const override
{
static char s_str[64] = {};
sprintf_s(s_str, "Failure with HRESULT of %08X",