diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-05-05 11:54:54 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-05-05 11:54:54 +0000 |
| commit | 41a60fd426f044c9c077197fc1c847a9631f01fa (patch) | |
| tree | 0cd906989930ef2a665f7d18b3843e6db840bb75 /src | |
| parent | more work on that translation (diff) | |
| download | inkscape-41a60fd426f044c9c077197fc1c847a9631f01fa.tar.gz inkscape-41a60fd426f044c9c077197fc1c847a9631f01fa.zip | |
remove overdefinition
(bzr r733)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/uri.h | 2 |
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); /** * |
