diff options
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index 9c4e51a..40af75b 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -21,6 +21,7 @@ public: Context root_ctx; AbstractModule *root_module; // Result of parsing + ModuleInstantiation root_inst; // Top level instance AbstractNode *absolute_root_node; // Result of tree evaluation AbstractNode *root_node; // Root if the root modifier (!) is used |