From e3f7ecc6bdf7bbd1ae7ec10c387e15743842db90 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 10 Aug 2017 21:10:23 +0200 Subject: Fix some issues and improvements found by cppcheck --- src/url.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/url.hh') 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 -- cgit v1.2.3-70-g09d2