minor edit

This commit is contained in:
Takashi Tamura 2017-04-29 22:48:07 +09:00 committed by William S Fulton
parent ff9e9f9f98
commit 72723d354a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
return 1;
}
int take_proc_or_cpp_obj_and_ret_1(class C) {
int take_proc_or_cpp_obj_and_ret_1(C c) {
return 1;
}