Changed: Catch constification

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-04 19:59:45 +01:00
parent 9e22ece5b6
commit 90b57e684b

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);
} }