summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/quartz/salgdi.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index ab09718d86a7..92ddc95b296c 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -145,10 +145,11 @@ AquaSalGraphics::AquaSalGraphics(bool bPrinter)
if(!bPrinter && SkiaHelper::isVCLSkiaEnabled())
mpBackend.reset(new AquaSkiaSalGraphicsImpl(*this, maShared));
else
+ mpBackend.reset(new AquaGraphicsBackend(maShared));
#else
(void)bPrinter;
-#endif
mpBackend.reset(new AquaGraphicsBackend(maShared));
+#endif
for (int i = 0; i < MAX_FALLBACK; ++i)
mpFont[i] = nullptr;