summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index d67ab24ffb21..e91bb629ff1d 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -222,8 +222,8 @@ private:
VclButtonBoxStyle m_eLayoutStyle;
struct Requisition
{
- std::vector<long> m_aMainGroupDimensions;
- std::vector<long> m_aSubGroupDimensions;
+ std::vector<tools::Long> m_aMainGroupDimensions;
+ std::vector<tools::Long> m_aSubGroupDimensions;
Size m_aMainGroupSize;
Size m_aSubGroupSize;
};