diff options
Diffstat (limited to 'mod_10a/source.h')
| -rw-r--r-- | mod_10a/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_10a/source.h b/mod_10a/source.h index ab77514..61e8b75 100644 --- a/mod_10a/source.h +++ b/mod_10a/source.h @@ -9,5 +9,5 @@ using namespace std; int main(); -getName(); +void getName(); |