summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-16 08:31:16 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-16 08:31:22 +0200
commit1defd9aeb9c051dc3b719bade5edb58462b4b817 (patch)
tree40971958ba0df5f7562761d24cfa13cf10353da6 /vcl
parent2f342c61616418c6ad7303d7f5efa27a28378681 (diff)
Avoid error: redefinition of 'GetImpl' for iOS
Whether this stuff actually works at all for iOS any more I have no idea, and can't be bothered to check in my own time. Why do I bother fixing compilation errors then? Good question. Change-Id: If0ec4fbde42536d3d90e8c5337948815b5f47cef
Diffstat (limited to 'vcl')
-rw-r--r--vcl/quartz/salgdi.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index f133dfdccad0..0b1ffefa1944 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -315,11 +315,15 @@ AquaSalGraphics::~AquaSalGraphics()
}
}
+#ifndef IOS
+
SalGraphicsImpl* AquaSalGraphics::GetImpl() const
{
return NULL;
}
+#endif
+
void AquaSalGraphics::SetTextColor( SalColor nSalColor )
{
maTextColor = RGBAColor( nSalColor );