summaryrefslogtreecommitdiff
path: root/Project1
diff options
context:
space:
mode:
Diffstat (limited to 'Project1')
-rw-r--r--Project1/header.h2
1 files changed, 1 insertions, 1 deletions
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);