summaryrefslogtreecommitdiffstats
path: root/ingen/URI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URI.hpp')
-rw-r--r--ingen/URI.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/URI.hpp b/ingen/URI.hpp
index 91096ba0..2d2f2aad 100644
--- a/ingen/URI.hpp
+++ b/ingen/URI.hpp
@@ -47,8 +47,8 @@ public:
URI(const URI& uri);
URI& operator=(const URI& uri);
- URI(URI&& uri);
- URI& operator=(URI&& uri);
+ URI(URI&& uri) noexcept;
+ URI& operator=(URI&& uri) noexcept;
~URI();