From bd68b14b6bf32d009012b431f6271e53ea6bc1e1 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Wed, 18 Jan 2006 17:11:56 +0000 Subject: optimized includes (bzr r16) --- src/selection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/selection.h') 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. -- cgit v1.2.3