summaryrefslogtreecommitdiff
path: root/src/import.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/import.cc')
-rw-r--r--src/import.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import.cc b/src/import.cc
index 7c8091c..dc40c8d 100644
--- a/src/import.cc
+++ b/src/import.cc
@@ -118,7 +118,7 @@ PolySet *ImportNode::evaluate_polyset(class PolySetEvaluator *) const
if (this->type == TYPE_STL)
{
- handle_dep(this->filename);
+ handle_dep((std::string)this->filename);
std::ifstream f(this->filename.c_str(), std::ios::in | std::ios::binary);
if (!f.good()) {
PRINTB("WARNING: Can't open import file '%s'.", this->filename);
contact: Jan Huwald // Impressum