diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-24 18:38:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-24 18:38:43 +0100 |
commit | afd7ad155d4fd3219f51b38e8193d9284a65715e (patch) | |
tree | 28b282d22a64a9c47b52bdf319d5149c80df99da /vcl | |
parent | 18ceb68ccceb321e2c81ee75c818334e596311b9 (diff) |
fix Mac build
Change-Id: Ifde3ac63353b04827303c32f7832fcb828b7149d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/quartz/salgdicommon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx index 335b12ad31bc..d923cc649069 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -1851,7 +1851,7 @@ bool XorEmulation::UpdateTarget() void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContext, int nBitmapDepth ) { - SAL_INFO( "vcl.ios", "SetVirDevGraphics() this=" << this << " layer=" << xLayer << " context=" << xContext ); + SAL_INFO( "vcl.quartz", "SetVirDevGraphics() this=" << this << " layer=" << xLayer << " context=" << xContext ); #ifndef IOS mbWindow = false; |