Code

patch [ 1504445 ] Fix build break on gcc4.1.1
authoracspike <acspike@users.sourceforge.net>
Tue, 13 Jun 2006 00:55:29 +0000 (00:55 +0000)
committeracspike <acspike@users.sourceforge.net>
Tue, 13 Jun 2006 00:55:29 +0000 (00:55 +0000)
src/selection.h

index be8cd8aff520aac35e2b7e74832eafe644f89637..d633d5c3bb9e3e522125a8169b00f012f71a7752 100644 (file)
@@ -275,7 +275,7 @@ public:
      * @return A vector containing the 2 (top-left and bottom-right)
      * corners of the selection bounding box.
      */
-    std::vector<NR::Point> Selection::getBBoxPointsOuter() const;
+    std::vector<NR::Point> getBBoxPointsOuter() const;
 
     /**
      * @brief Connects a slot to be notified of selection changes