summaryrefslogtreecommitdiff
path: root/include/registry/reader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry/reader.hxx')
-rw-r--r--include/registry/reader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/reader.hxx b/include/registry/reader.hxx
index 0b2be13fbc30..54b6a12f9541 100644
--- a/include/registry/reader.hxx
+++ b/include/registry/reader.hxx
@@ -92,7 +92,7 @@ public:
*/
Reader & operator =(Reader const & other) {
Reader temp(other);
- std::swap(this->m_handle, temp.m_handle);
+ std::swap(m_handle, temp.m_handle);
return *this;
}