From 9bc5acef6d23d5e1a6fcd1740d2f77a6c79539bd Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 19 Feb 2012 20:53:29 +0100 Subject: bad bug in 2geom (bzr r11000) --- src/2geom/generic-rect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/2geom/generic-rect.h b/src/2geom/generic-rect.h index f0863f439..bb6f2d2b8 100644 --- a/src/2geom/generic-rect.h +++ b/src/2geom/generic-rect.h @@ -431,7 +431,7 @@ public: * and it will contain only the given point. */ void expandTo(CPoint const &p) { if (*this) { - (*this).expandTo(p); + (*this)->expandTo(p); } else { *this = CRect(p, p); } -- cgit v1.2.3