summaryrefslogtreecommitdiff
path: root/otk/rect.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/rect.hh')
-rw-r--r--otk/rect.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/rect.hh b/otk/rect.hh
index 1ffefcba..925456a1 100644
--- a/otk/rect.hh
+++ b/otk/rect.hh
@@ -130,7 +130,7 @@ public:
/*!
The intersection of the rectangles will consist of just the area where the
two rectangles overlap.
- @param A second Rect object to form an intersection with.
+ @param a A second Rect object to form an intersection with.
@return The intersection between this Rect and the one passed to the
function
*/
@@ -147,7 +147,7 @@ public:
/*!
The intersection of the rectangles will consist of just the area where the
two rectangles overlap.
- @param A second Rect object to form an intersection with.
+ @param a A second Rect object to form an intersection with.
*/
inline Rect &operator&=(const Rect &a) { *this = *this & a; return *this; }