summaryrefslogtreecommitdiff
path: root/src/Utils/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Utils.hpp')
-rw-r--r--src/Utils/Utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/Utils.hpp b/src/Utils/Utils.hpp
index 7df9e3d..a60a64d 100644
--- a/src/Utils/Utils.hpp
+++ b/src/Utils/Utils.hpp
@@ -4,7 +4,7 @@
class Utils{
public:
- int catchInputInt(int input);
+ int catchInputInt(int* input);
int catchReturn(int renum);
};