mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
Fix build error
This commit is contained in:
parent
f66b4aafc1
commit
3f23e57a3d
@ -52,8 +52,8 @@ namespace chaiscript
|
||||
{}
|
||||
|
||||
Param_Types(std::vector<std::pair<std::string, Type_Info>> t_types)
|
||||
: m_types(std::move(t_types))
|
||||
: m_has_types(false),
|
||||
: m_types(std::move(t_types)),
|
||||
m_has_types(false),
|
||||
m_doti(user_type<Dynamic_Object>())
|
||||
{
|
||||
update_has_types();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user