diff options
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/setup/setup_main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/setup/setup_main.cxx b/desktop/win32/source/setup/setup_main.cxx index 5bfc8b6d155b..d99b671ba04c 100644 --- a/desktop/win32/source/setup/setup_main.cxx +++ b/desktop/win32/source/setup/setup_main.cxx @@ -129,7 +129,7 @@ extern "C" int __stdcall WinMain( HINSTANCE hInst, HINSTANCE, LPSTR, int ) { pSetup->DisplayError( ERROR_OUTOFMEMORY ); } - catch ( UINT nErr ) + catch ( UINT &nErr ) { pSetup->DisplayError( nErr ); } |