summaryrefslogtreecommitdiffstats
path: root/framework/src/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/errors.h')
-rw-r--r--framework/src/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/errors.h b/framework/src/errors.h
index 4ab2b1a6..c8ed22e3 100644
--- a/framework/src/errors.h
+++ b/framework/src/errors.h
@@ -138,7 +138,7 @@ protected:
138 } 138 }
139 } 139 }
140 140
141 constexpr StorageBase &operator=(StorageBase &&other) 141 StorageBase &operator=(StorageBase &&other)
142 { 142 {
143 this->~StorageBase(); 143 this->~StorageBase();
144 mIsValue = other.mIsValue; 144 mIsValue = other.mIsValue;