diff options
| -rw-r--r-- | .vs/in-class-exercise-6-connormcdowell275/v17/.wsuo | bin | 34816 -> 35328 bytes | |||
| -rw-r--r-- | Project1/header.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.vs/in-class-exercise-6-connormcdowell275/v17/.wsuo b/.vs/in-class-exercise-6-connormcdowell275/v17/.wsuo Binary files differindex cc982f2..8bd97f9 100644 --- a/.vs/in-class-exercise-6-connormcdowell275/v17/.wsuo +++ b/.vs/in-class-exercise-6-connormcdowell275/v17/.wsuo diff --git a/Project1/header.h b/Project1/header.h index de29a83..943eee3 100644 --- a/Project1/header.h +++ b/Project1/header.h @@ -1,7 +1,7 @@ #ifndef MY_HEADER_FILE_H #define MY_HEADER_FILE_H -int math_func(); +int math_func(int); int math_func(int square = 2); |