Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/core/StarLua.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/StarLua.hpp b/source/core/StarLua.hpp
index 792dc09..affee9a 100644
--- a/source/core/StarLua.hpp
+++ b/source/core/StarLua.hpp
@@ -392,6 +392,8 @@ struct LuaNullTermWrapper : T {
LuaNullTermWrapper(T const& bt) : T(bt) {}
LuaNullTermWrapper(T&& bt) : T(std::move(bt)) {}
+ using T::T;
+
LuaNullTermWrapper& operator=(LuaNullTermWrapper const& rhs) {
T::operator=(rhs);
return *this;