From 605d3a2858ea585be35eb159a0fa4ce410d64ae9 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 3 Apr 2017 14:18:46 +0200 Subject: iOS update for Rectangle Updated Rectangle to tools::Rectangle Change-Id: I1577dffe8d51ac3a33bbc2e0771b338d5fdd0220 --- vcl/inc/ios/iosinst.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc') diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 0ad543c71ac2..262ef1063076 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -39,7 +39,7 @@ public: virtual SalSystem* CreateSalSystem() override; - void GetWorkArea( Rectangle& rRect ); + void GetWorkArea( tools::Rectangle& rRect ); SalFrame* CreateFrame( SalFrame* pParent, SalFrameStyleFlags nStyle ) override; SalFrame* CreateChildFrame( SystemParentData* pParent, SalFrameStyleFlags nStyle ) override; }; -- cgit