summaryrefslogtreecommitdiff
path: root/src/rotateextrude.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-07-15 19:29:14 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-07-15 19:29:14 (GMT)
commit8cc442369fa95b61b2a475f7cd1d63f3ab7ca713 (patch)
treead2ca17f6c2239a608650dea912f48a835c8368d /src/rotateextrude.cc
parent1b38030f7e243c4eeb288d07084a99ff1e616e85 (diff)
fix bugs in build
Diffstat (limited to 'src/rotateextrude.cc')
-rw-r--r--src/rotateextrude.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotateextrude.cc b/src/rotateextrude.cc
index 165d03b..dc8ea34 100644
--- a/src/rotateextrude.cc
+++ b/src/rotateextrude.cc
@@ -115,7 +115,7 @@ std::string RotateExtrudeNode::toString() const
stream << this->name() << "(";
if (!this->filename.empty()) { // Ignore deprecated parameters if empty
- fs::path path(this->filename);
+ fs::path path((std::string)this->filename);
stream <<
"file = " << this->filename << ", "
"layer = " << QuotedString(this->layername) << ", "
contact: Jan Huwald // Impressum