diff options
Diffstat (limited to 'src/module.h')
-rw-r--r-- | src/module.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/module.h b/src/module.h index ace3c1b..94de25e 100644 --- a/src/module.h +++ b/src/module.h @@ -80,9 +80,7 @@ public: bool is_handling_dependencies; bool handleDependencies(); - std::list<std::string> assignments_var; - typedef boost::unordered_map<std::string, Expression*> AssignmentMap; - AssignmentMap assignments; + AssignmentList assignments; typedef boost::unordered_map<std::string, class AbstractFunction*> FunctionContainer; FunctionContainer functions; |