Changed: Catch constification

This commit is contained in:
kervala 2016-12-04 19:59:45 +01:00
parent c10b96fe24
commit 23f3ef683c

View file

@ -4360,7 +4360,7 @@ DWORD WINAPI myThread (LPVOID vData)
//======== //========
CNELU::release(); CNELU::release();
} }
catch (EDru& druExcept) catch (const EDru& druExcept)
{ {
MessageBox (NULL, utf8ToTStr(druExcept.what()), _T("NeL driver utility"), MB_OK|MB_ICONEXCLAMATION); MessageBox (NULL, utf8ToTStr(druExcept.what()), _T("NeL driver utility"), MB_OK|MB_ICONEXCLAMATION);
} }