Roll back name of range class, it's half baked from the range fix

This commit is contained in:
Jason Turner 2014-08-27 12:24:46 -06:00
parent 9c05779fac
commit 3fe80d70c6

View File

@ -185,7 +185,7 @@ namespace chaiscript
copy_constructor<Bidir_Type>(type + "_Range", m);
m->add(constructor<Bidir_Type (typename Bidir_Type::container_type &)>(), "range_internal");
m->add(constructor<Bidir_Type (typename Bidir_Type::container_type &)>(), "range");
m->add(fun(&Bidir_Type::empty), "empty");
m->add(fun(&Bidir_Type::pop_front), "pop_front");