From 23f3ef683cd091c6ceeeb30764a99fd490f20b94 Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 4 Dec 2016 19:59:45 +0100 Subject: [PATCH] Changed: Catch constification --- code/nel/tools/3d/plugin_max/nel_patch_paint/paint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/tools/3d/plugin_max/nel_patch_paint/paint.cpp b/code/nel/tools/3d/plugin_max/nel_patch_paint/paint.cpp index 95d48caeb..f89604dc3 100644 --- a/code/nel/tools/3d/plugin_max/nel_patch_paint/paint.cpp +++ b/code/nel/tools/3d/plugin_max/nel_patch_paint/paint.cpp @@ -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); }