Skip to content

Commit 5ed9e59

Browse files
authored
Fix filename to internal name issue
Change five to six
1 parent eba9c68 commit 5ed9e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cpptcl_module_six.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ int sumAll(object const &argv) {
1414
return sum;
1515
}
1616

17-
CPPTCL_MODULE(Cpptcl_module_five, i) { i.def("sum", sumAll, variadic()); }
17+
CPPTCL_MODULE(Cpptcl_module_six, i) { i.def("sum", sumAll, variadic()); }

0 commit comments

Comments
 (0)