summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-20 14:05:19 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-20 14:05:19 +0000
commit734f4375243d0f6c5e947f7a50fdf50960c059b6 (patch)
treea0debe021a65e24c063dc4880c6f53bf11e235f8 /vcl
parent00f9f3e1c9e34f7bb5650d1c7979bb26800c7e11 (diff)
#100000# corrected cast for nonpro version
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/app/saldisp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/app/saldisp.cxx b/vcl/unx/source/app/saldisp.cxx
index c9d1245c1651..3129f0046133 100644
--- a/vcl/unx/source/app/saldisp.cxx
+++ b/vcl/unx/source/app/saldisp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saldisp.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: kz $ $Date: 2003-11-18 14:41:56 $
+ * last change: $Author: kz $ $Date: 2003-11-20 15:05:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2614,7 +2614,7 @@ void SalDisplay::Yield( BOOL bWait )
nStateOfYield_ = 1;
- DBG_ASSERT( static_cast<SalYieldMutex*>(GetSalData()->pInstance_->GetYieldMutex()->GetThreadId()) ==
+ DBG_ASSERT( static_cast<SalYieldMutex*>(GetSalData()->pInstance_->GetYieldMutex())->GetThreadId() ==
NAMESPACE_VOS(OThread)::getCurrentIdentifier(),
"will crash soon since solar mutex not locked in SalDisplay::Yield" );