diff options
-rw-r--r-- | vcl/source/app/svmain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 924d94052397..432d6335db54 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -493,7 +493,7 @@ void DeInitVCL() } pSVData->mpDefaultWin.disposeAndClear(); -#ifdef DBG_UTIL +#ifndef NDEBUG DbgGUIDeInitSolarMutexCheck(); #endif |