summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-01-18 17:11:56 +0000
committerrwst <rwst@users.sourceforge.net>2006-01-18 17:11:56 +0000
commitbd68b14b6bf32d009012b431f6271e53ea6bc1e1 (patch)
treee1235b11f8966b65353033927fa78fc67aaa5182 /src/selection.h
parentadapt includes to glib 2.9 changes (diff)
downloadinkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.tar.gz
inkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.zip
optimized includes
(bzr r16)
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection.h b/src/selection.h
index 48d1112a8..407854406 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -221,7 +221,7 @@ public:
/** @brief Returns the bounding rectangle of the selection */
NRRect *bounds(NRRect *dest) const;
/** @brief Returns the bounding rectangle of the selection */
- NR::Rect bounds() const;
+ ::NR::Rect bounds() const;
/**
* @brief Returns the bounding rectangle of the selection
@@ -235,7 +235,7 @@ public:
*
* \todo how is this different from bounds()?
*/
- NR::Rect boundsInDocument() const;
+ ::NR::Rect boundsInDocument() const;
/**
* @brief Gets the selection's snap points.