Skip to content

Commit d1e40ba

Browse files
committed
Update math.hpp
1 parent fbcde0f commit d1e40ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/chaiscript/extras/math.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace chaiscript {
1212
return m;
1313
}
1414

15-
ModulePtr bootstrap(const std::string &type, ModulePtr m = std::make_shared<Module>())
15+
ModulePtr bootstrap(ModulePtr m = std::make_shared<Module>())
1616
{
1717
floor<double, double>(m);
1818
floor<long double, long double>(m);

0 commit comments

Comments
 (0)