From: acspike Date: Tue, 13 Jun 2006 00:55:29 +0000 (+0000) Subject: patch [ 1504445 ] Fix build break on gcc4.1.1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d209efbc53d82ec9fe7f83748d0c1201818d8f2b;p=inkscape.git patch [ 1504445 ] Fix build break on gcc4.1.1 --- diff --git a/src/selection.h b/src/selection.h index be8cd8aff..d633d5c3b 100644 --- a/src/selection.h +++ b/src/selection.h @@ -275,7 +275,7 @@ public: * @return A vector containing the 2 (top-left and bottom-right) * corners of the selection bounding box. */ - std::vector Selection::getBBoxPointsOuter() const; + std::vector getBBoxPointsOuter() const; /** * @brief Connects a slot to be notified of selection changes