summaryrefslogtreecommitdiff
path: root/src/url.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-08-10 21:10:23 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-08-10 21:12:52 +0200
commite3f7ecc6bdf7bbd1ae7ec10c387e15743842db90 (patch)
treebbe2e05ec16f4214e02dd9e0904af97998955c63 /src/url.hh
parent725cb48b8909588b41c86c680e40b0a7df13e384 (diff)
Fix some issues and improvements found by cppcheck
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