summaryrefslogtreecommitdiff
path: root/include/classbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/classbase.h')
-rw-r--r--include/classbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/classbase.h b/include/classbase.h
index a70157f..f594f75 100644
--- a/include/classbase.h
+++ b/include/classbase.h
@@ -85,7 +85,7 @@ public:
* Move constructor
* @param that
*/
- ClassBase(ClassBase &&that) noexcept : _impl(std::move(that._impl)) {}
+ ClassBase(ClassBase &&that) _NOEXCEPT : _impl(std::move(that._impl)) {}
/**
* Destructor