summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-06-13 00:55:29 +0000
committeracspike <acspike@users.sourceforge.net>2006-06-13 00:55:29 +0000
commit5c9737ac805950472a379a939a7687223011c765 (patch)
tree93beeb52b6173b523b6aa7621f6a241311e74800 /src
parentremove the extreme dash pattern which may become too slow to be useful (diff)
downloadinkscape-5c9737ac805950472a379a939a7687223011c765.tar.gz
inkscape-5c9737ac805950472a379a939a7687223011c765.zip
patch [ 1504445 ] Fix build break on gcc4.1.1
(bzr r1206)
Diffstat (limited to 'src')
-rw-r--r--src/selection.h2
1 files changed, 1 insertions, 1 deletions
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<NR::Point> Selection::getBBoxPointsOuter() const;
+ std::vector<NR::Point> getBBoxPointsOuter() const;
/**
* @brief Connects a slot to be notified of selection changes