summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-15 10:40:42 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-15 12:17:44 +0100
commit893d37c379ca053cf033bf1aa2e175053af6da28 (patch)
tree6e48c9f83e7a0e65eecc763ac575a0b3568d899b /vcl/quartz
parent1577f53fa58378ec615ac3d00f96a6aff71c0c9e (diff)
blind fix for OSX
Change-Id: I7050057e5fa6da5bb5517713f6cbbfa60e47984b
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salgdi.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index 2462ec00ecb4..f133dfdccad0 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -315,6 +315,11 @@ AquaSalGraphics::~AquaSalGraphics()
}
}
+SalGraphicsImpl* AquaSalGraphics::GetImpl() const
+{
+ return NULL;
+}
+
void AquaSalGraphics::SetTextColor( SalColor nSalColor )
{
maTextColor = RGBAColor( nSalColor );