Index: Source/platform/LengthBox.h |
diff --git a/Source/platform/LengthBox.h b/Source/platform/LengthBox.h |
index abe76093e02c5b9ec0c8f24d347aa7ec2457729d..d1e405b85d87f51186a34114b4f701d1b51536f7 100644 |
--- a/Source/platform/LengthBox.h |
+++ b/Source/platform/LengthBox.h |
@@ -53,7 +53,7 @@ public: |
{ |
} |
- LengthBox(Length t, Length r, Length b, Length l) |
+ LengthBox(const Length& t, const Length& r, const Length& b, const Length& l) |
: m_left(l) |
, m_right(r) |
, m_top(t) |