diff options
Diffstat (limited to 'src/dxflinextrudenode.h')
-rw-r--r-- | src/dxflinextrudenode.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dxflinextrudenode.h b/src/dxflinextrudenode.h index 70e7a06..360fd28 100644 --- a/src/dxflinextrudenode.h +++ b/src/dxflinextrudenode.h @@ -3,7 +3,6 @@ #include "node.h" #include "visitor.h" -#include <QString> class DxfLinearExtrudeNode : public AbstractPolyNode { @@ -24,8 +23,8 @@ public: double fn, fs, fa, height, twist; double origin_x, origin_y, scale; bool center, has_twist; - QString filename, layername; - virtual PolySet *evaluate_polyset(render_mode_e mode, class PolySetEvaluator *) const; + std::string filename, layername; + virtual PolySet *evaluate_polyset(class PolySetEvaluator *) const; }; #endif |