aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'unit_tests/shared.h')
-rw-r--r--unit_tests/shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/shared.h b/unit_tests/shared.h
index c7cdba5..8a84a94 100644
--- a/unit_tests/shared.h
+++ b/unit_tests/shared.h
@@ -26,6 +26,7 @@ class LuaState
26 LuaState& operator=(LuaState const&) = delete; 26 LuaState& operator=(LuaState const&) = delete;
27 LuaState& operator=(LuaState&& rhs_) noexcept { 27 LuaState& operator=(LuaState&& rhs_) noexcept {
28 L = std::exchange(rhs_.L, nullptr); 28 L = std::exchange(rhs_.L, nullptr);
29 return *this;
29 } 30 }
30 31
31 public: 32 public: