summaryrefslogtreecommitdiffstats
path: root/edify/include/edify/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'edify/include/edify/expr.h')
-rw-r--r--edify/include/edify/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/edify/include/edify/expr.h b/edify/include/edify/expr.h
index ccd200778..5cbd5e15d 100644
--- a/edify/include/edify/expr.h
+++ b/edify/include/edify/expr.h
@@ -153,6 +153,6 @@ Value* StringValue(const char* str);
Value* StringValue(const std::string& str);
-int parse_string(const char* str, std::unique_ptr<Expr>* root, int* error_count);
+int ParseString(const std::string& str, std::unique_ptr<Expr>* root, int* error_count);
#endif // _EXPRESSION_H