summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-06-03 16:52:10 +0300
committerTor Lillqvist <tml@iki.fi>2013-06-03 16:52:20 +0300
commit32343a92ecefedd29b38bf7842672090fa0c7a88 (patch)
tree3f09d078530ffa0ed6d6f36dc9b9e6973753bf1c /vcl
parent6c2d27b0a61d8851a1df7545aa391dfb4d0d77c8 (diff)
Fix dbgutil build
Change-Id: Ife8ca88c8f558955ee006be6294bd7b233e89916
Diffstat (limited to 'vcl')
-rw-r--r--vcl/coretext/ctfonts.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/coretext/ctfonts.cxx b/vcl/coretext/ctfonts.cxx
index 9c58891c0b7c..1b4264a581a9 100644
--- a/vcl/coretext/ctfonts.cxx
+++ b/vcl/coretext/ctfonts.cxx
@@ -299,7 +299,7 @@ ImplFontEntry* CTFontData::CreateFontInstance( /*const*/ FontSelectPattern& rFSD
int CTFontData::GetFontTable( const char pTagName[5], unsigned char* pResultBuf ) const
{
- DBG_ASSERT( aTagName[4]=='\0', "CTFontData::GetFontTable with invalid tagname!\n" );
+ DBG_ASSERT( pTagName[4]=='\0', "CTFontData::GetFontTable with invalid tagname!\n" );
const CTFontTableTag nTagCode = (pTagName[0]<<24) + (pTagName[1]<<16) + (pTagName[2]<<8) + (pTagName[3]<<0);