summaryrefslogtreecommitdiff
path: root/src/expression.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expression.h')
-rw-r--r--src/expression.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expression.h b/src/expression.h
index 2919b78..06becc0 100644
--- a/src/expression.h
+++ b/src/expression.h
@@ -4,6 +4,7 @@
#include <string>
#include <vector>
#include "value.h"
+#include "typedefs.h"
class Expression
{
@@ -14,7 +15,7 @@ public:
std::string var_name;
std::string call_funcname;
- std::vector<std::string> call_argnames;
+ AssignmentList call_arguments;
// Boolean: ! && ||
// Operators: * / % + -
contact: Jan Huwald // Impressum