summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit/controllayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/toolkit/controllayout.hxx')
-rw-r--r--include/vcl/toolkit/controllayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/controllayout.hxx b/include/vcl/toolkit/controllayout.hxx
index 53ffeab4b32c..00a39f25c5a0 100644
--- a/include/vcl/toolkit/controllayout.hxx
+++ b/include/vcl/toolkit/controllayout.hxx
@@ -43,7 +43,7 @@ struct VCL_DLLPUBLIC ControlLayoutData
// where one character may consist of many glyphs
std::vector< tools::Rectangle > m_aUnicodeBoundRects;
// start indices of lines
- std::vector< long > m_aLineIndices;
+ std::vector< tools::Long > m_aLineIndices;
// notify parent control on destruction
VclPtr<const Control> m_pParent;