aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 63ccf55..5c6e80e 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -33,7 +33,7 @@ TokenType determineToken(const std::string&);
PrecedenceLevel precedence(TokenType);
std::vector<std::string> lexer(const std::string&);
-double doubleToString(const std::string&);
+double stringToDouble(const std::string&);
}