aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 54e540a..89c0493 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -6,7 +6,7 @@
namespace SimpleParser {
double calculate(std::string);
-std::string exportTree(std::string);
+std::string print(std::string);
}