summaryrefslogtreecommitdiff
path: root/import.cc
diff options
context:
space:
mode:
Diffstat (limited to 'import.cc')
-rw-r--r--import.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/import.cc b/import.cc
index 3bdad66..c4dd689 100644
--- a/import.cc
+++ b/import.cc
@@ -38,7 +38,7 @@ class ImportModule : public AbstractModule
public:
import_type_e type;
ImportModule(import_type_e type) : type(type) { }
- virtual AbstractNode *evaluate(const Context *ctx, const ModuleInstanciation *inst) const;
+ virtual AbstractNode *evaluate(const Context *ctx, const ModuleInstantiation *inst) const;
};
class ImportNode : public AbstractPolyNode
@@ -50,12 +50,12 @@ public:
int convexity;
double fn, fs, fa;
double origin_x, origin_y, scale;
- ImportNode(const ModuleInstanciation *mi, import_type_e type) : AbstractPolyNode(mi), type(type) { }
+ ImportNode(const ModuleInstantiation *mi, import_type_e type) : AbstractPolyNode(mi), type(type) { }
virtual PolySet *render_polyset(render_mode_e mode) const;
virtual QString dump(QString indent) const;
};
-AbstractNode *ImportModule::evaluate(const Context *ctx, const ModuleInstanciation *inst) const
+AbstractNode *ImportModule::evaluate(const Context *ctx, const ModuleInstantiation *inst) const
{
ImportNode *node = new ImportNode(inst, type);
contact: Jan Huwald // Impressum