summaryrefslogtreecommitdiff
path: root/include/registry/registry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry/registry.hxx')
-rw-r--r--include/registry/registry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index 200d91b4f426..9e264f4a30bd 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -90,7 +90,7 @@ public:
/// Copy constructor
inline Registry(const Registry& toCopy);
- Registry(Registry && other): m_pApi(other.m_pApi), m_hImpl(other.m_hImpl)
+ Registry(Registry && other) noexcept : m_pApi(other.m_pApi), m_hImpl(other.m_hImpl)
{ other.m_hImpl = nullptr; }
/// Destructor. The Destructor close the registry if it is open.