diff --git a/compiler/cli/console.hpp b/compiler/cli/console.hpp index 48e0e56..9983c9f 100644 --- a/compiler/cli/console.hpp +++ b/compiler/cli/console.hpp @@ -1,5 +1,5 @@ -#ifndef ARGS_HPP -#define ARGS_HPP +#ifndef CONSOLE_HPP +#define CONSOLE_HPP #include #include @@ -36,4 +36,4 @@ std::optional parse_arguments(int argc, char const** argv); } -#endif /* ARGS_HPP */ +#endif /* CONSOLE_HPP */