summaryrefslogtreecommitdiff
path: root/vcl/quartz/CTRunData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/quartz/CTRunData.hxx')
-rw-r--r--vcl/quartz/CTRunData.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/CTRunData.hxx b/vcl/quartz/CTRunData.hxx
index 0aafeef55714..b6d1a1d86188 100644
--- a/vcl/quartz/CTRunData.hxx
+++ b/vcl/quartz/CTRunData.hxx
@@ -44,7 +44,7 @@ public:
const CGPoint* m_pPositions;
const CGSize* m_pAdvances;
const CFIndex* m_pStringIndices;
-
+ CGPoint* m_pAdjPositions;
CTRunData(CTRunRef pRun, int start);
~CTRunData(void);
};