Fix build error

This commit is contained in:
Jason Turner 2015-01-13 12:07:08 -07:00
parent f66b4aafc1
commit 3f23e57a3d

View File

@ -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();