diff options
Diffstat (limited to 'src/url.hh')
| -rw-r--r-- | src/url.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ public: protected: Url() {} Url(Url const&) = delete; + Url& operator=(Url const&) = delete; }; #endif // URL_HH |
