diff options
author | Marius Kintel <marius@kintel.net> | 2010-07-11 21:29:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:38 (GMT) |
commit | 75d18642ccf25ce728bb2dcaca456a31ef7ed2f6 (patch) | |
tree | f8744361b009dac21f0cfb9a385331cea9291c34 /src/MainWindow.h | |
parent | 5de0ad5f494ba74e912ba6f61ce6c45e0aa9862f (diff) |
Compile fixes after working in test-code/
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 3141386..132035a 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -7,6 +7,7 @@ #include "context.h" #include "module.h" #include "polyset.h" +#include "Tree.h" #include <QPointer> class MainWindow : public QMainWindow, public Ui::MainWindow @@ -32,7 +33,7 @@ public: ModuleInstantiation root_inst; // Top level instance AbstractNode *absolute_root_node; // Result of tree evaluation AbstractNode *root_node; // Root if the root modifier (!) is used - class NodeDumper *dumper; + Tree tree; class CSGTerm *root_raw_term; // Result of CSG term rendering CSGTerm *root_norm_term; // Normalized CSG products |