summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/inc/quartz/CGHelpers.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/CGHelpers.hxx b/vcl/inc/quartz/CGHelpers.hxx
index cbd9a5e785f4..c83477ead4fe 100644
--- a/vcl/inc/quartz/CGHelpers.hxx
+++ b/vcl/inc/quartz/CGHelpers.hxx
@@ -68,7 +68,7 @@ public:
void set(CGLayerRef const& pLayer) { mpLayer = pLayer; }
- float getScale() { return mfScale; }
+ float getScale() const { return mfScale; }
void setScale(float fScale) { mfScale = fScale; }
};