summaryrefslogtreecommitdiff
path: root/src/url.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.hh')
-rw-r--r--src/url.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/url.hh b/src/url.hh
index 77027d2..e7af890 100644
--- a/src/url.hh
+++ b/src/url.hh
@@ -59,6 +59,7 @@ public:
protected:
Url() {}
Url(Url const&) = delete;
+ Url& operator=(Url const&) = delete;
};
#endif // URL_HH