aboutsummaryrefslogtreecommitdiffstats
path: root/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'parser.hpp')
-rw-r--r--parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.hpp b/parser.hpp
index 8a322e2..5bcf3f9 100644
--- a/parser.hpp
+++ b/parser.hpp
@@ -28,7 +28,7 @@ class Parser
public:
constexpr static int UnknownWord = -1;
- int parse(State&, std::string_view&);
+ int parse(State&, const char *);
private:
int parseSource(State&);