summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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);
/**
*