aboutsummaryrefslogtreecommitdiffstats
path: root/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.hpp b/types.hpp
index 124f5ba..95f9ff1 100644
--- a/types.hpp
+++ b/types.hpp
@@ -43,7 +43,7 @@ enum class ParseStatus
Error
};
-std::string_view to_string(ParseStatus ps);
+std::string_view to_string(ParseStatus);
#endif // ALEEFORTH_TYPES_HPP