mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 10:46:59 +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)
|
Param_Types(std::vector<std::pair<std::string, Type_Info>> t_types)
|
||||||
: m_types(std::move(t_types))
|
: m_types(std::move(t_types)),
|
||||||
: m_has_types(false),
|
m_has_types(false),
|
||||||
m_doti(user_type<Dynamic_Object>())
|
m_doti(user_type<Dynamic_Object>())
|
||||||
{
|
{
|
||||||
update_has_types();
|
update_has_types();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user