summaryrefslogtreecommitdiff
path: root/src/rotateextrudenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rotateextrudenode.h')
-rw-r--r--src/rotateextrudenode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rotateextrudenode.h b/src/rotateextrudenode.h
index 613d44b..86da356 100644
--- a/src/rotateextrudenode.h
+++ b/src/rotateextrudenode.h
@@ -3,6 +3,7 @@
#include "node.h"
#include "visitor.h"
+#include "value.h"
class RotateExtrudeNode : public AbstractPolyNode
{
@@ -21,7 +22,8 @@ public:
int convexity;
double fn, fs, fa;
double origin_x, origin_y, scale;
- std::string filename, layername;
+ Filename filename;
+ std::string layername;
virtual PolySet *evaluate_polyset(class PolySetEvaluator *) const;
};
contact: Jan Huwald // Impressum