diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-09 16:52:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-09 20:56:26 +0000 |
commit | 924b2923b8b1515a4c37079e72a2a9cc6010a4f4 (patch) | |
tree | 111cf075f4085a9d1b4f1a69e7d5cbcaff57133c /include/vcl/seleng.hxx | |
parent | b926671283837ccf4ee1b283ff4fb286e29cedfd (diff) |
V801: Decreased performance
Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d
Diffstat (limited to 'include/vcl/seleng.hxx')
-rw-r--r-- | include/vcl/seleng.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/seleng.hxx b/include/vcl/seleng.hxx index 141a68690ac0..cbfd9c3a0970 100644 --- a/include/vcl/seleng.hxx +++ b/include/vcl/seleng.hxx @@ -119,7 +119,7 @@ public: // is needed to generate a Move event via a Timer // when the mouse is outside the area - void SetVisibleArea( const Rectangle rNewArea ) + void SetVisibleArea( const Rectangle& rNewArea ) { aArea = rNewArea; } const Rectangle& GetVisibleArea() const { return aArea; } |