diff options
Diffstat (limited to 'src/typedefs.h')
-rw-r--r-- | src/typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typedefs.h b/src/typedefs.h index a6e9077..fd676e2 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -6,5 +6,6 @@ typedef std::pair<std::string, class Expression*> Assignment; typedef std::vector<Assignment> AssignmentList; +typedef std::vector<class ModuleInstantiation*> ModuleInstantiationList; #endif |