summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-28 19:39:00 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-28 22:34:23 +0200
commitb34b8d3372364b3c5043da0357ec69505e8d8602 (patch)
tree7622b3f192fdc1b792bbb82d2c06b18a4020bfc7 /vcl
parent82e7c71e768c2281bd5e571e973e4478917e9e43 (diff)
I think this is such a serious problem that an assert() is in order
Change-Id: If4273ba0b0a95d314e346e26ce092b108214d898
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/dbggui.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 22051aac42f6..e9a4edf78c0c 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -1748,6 +1748,7 @@ void ImplDbgTestSolarMutex()
bool bCheck = ImplGetSVData()->mpDefInst->CheckYieldMutex();
(void)bCheck;
OSL_ENSURE( bCheck, "SolarMutex not locked" );
+ assert(bCheck);
}
// =======================================================================