felipesanches-svg
don bright 2012-07-15 22:13:47 +02:00
parent be9c424a15
commit 7963c1cf31
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ std::string LinearExtrudeNode::toString() const
stream << this->name() << "(";
if (!this->filename.empty()) { // Ignore deprecated parameters if empty
fs::path path((std::string)this->filename );
fs::path path((std::string)this->filename);
stream <<
"file = " << this->filename << ", "
"layer = " << QuotedString(this->layername) << ", "