mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Catch constification
--HG-- branch : develop
This commit is contained in:
parent
9e22ece5b6
commit
90b57e684b
1 changed files with 1 additions and 1 deletions
|
@ -4360,7 +4360,7 @@ DWORD WINAPI myThread (LPVOID vData)
|
|||
//========
|
||||
CNELU::release();
|
||||
}
|
||||
catch (EDru& druExcept)
|
||||
catch (const EDru& druExcept)
|
||||
{
|
||||
MessageBox (NULL, utf8ToTStr(druExcept.what()), _T("NeL driver utility"), MB_OK|MB_ICONEXCLAMATION);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue