aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Uri.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Uri.cpp b/src/Uri.cpp
index 2d549c2..01f5141 100644
--- a/src/Uri.cpp
+++ b/src/Uri.cpp
@@ -580,6 +580,8 @@ namespace Uri {
};
Uri::~Uri() = default;
+ Uri::Uri(Uri&&) = default;
+ Uri& Uri::operator=(Uri&&) = default;
Uri::Uri()
: impl_(new Impl)