summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-05-05 11:54:54 +0000
committerishmal <ishmal@users.sourceforge.net>2006-05-05 11:54:54 +0000
commit41a60fd426f044c9c077197fc1c847a9631f01fa (patch)
tree0cd906989930ef2a665f7d18b3843e6db840bb75 /src
parentmore work on that translation (diff)
downloadinkscape-41a60fd426f044c9c077197fc1c847a9631f01fa.tar.gz
inkscape-41a60fd426f044c9c077197fc1c847a9631f01fa.zip
remove overdefinition
(bzr r733)
Diffstat (limited to 'src')
-rw-r--r--src/dom/uri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/uri.h b/src/dom/uri.h
index 2ca1bddbe..8bc7df6da 100644
--- a/src/dom/uri.h
+++ b/src/dom/uri.h
@@ -87,7 +87,7 @@ public:
/**
* Assignment
*/
- URI &URI::operator=(const URI &other);
+ URI &operator=(const URI &other);
/**
*