diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Utils.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Utils.hpp b/src/Utils.hpp index 51a57e9..ffa44a6 100644 --- a/src/Utils.hpp +++ b/src/Utils.hpp @@ -3,7 +3,7 @@ #pragma once class Utils{ - public: - int catchInputInt(int* input); - int catchReturn(int renum); +public: + int catchInputInt(int* input); + int catchReturn(int renum); }; |
