diff --git a/include/chaiscript/dispatchkit/bootstrap_stl.hpp b/include/chaiscript/dispatchkit/bootstrap_stl.hpp index d57a2a72..b542f998 100644 --- a/include/chaiscript/dispatchkit/bootstrap_stl.hpp +++ b/include/chaiscript/dispatchkit/bootstrap_stl.hpp @@ -387,7 +387,7 @@ namespace chaiscript ModulePtr unique_associative_container_type(const std::string &type, ModulePtr m = ModulePtr(new Module())) { associative_container_type(type, m); - m->add(fun(&ContainerType::count), "count"); + m->add(fun(&ContainerType::count), "count"); return m; }