From: ishmal Date: Fri, 5 May 2006 11:54:54 +0000 (+0000) Subject: remove overdefinition X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=684cf1abf5da45efecb9db0ba52a6f2b589e1a47;p=inkscape.git remove overdefinition --- 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); /** *